~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/media/browser.js

"Share this file" in the file browser points to the new-style publicserveview.

Show diffs side-by-side

added added

removed removed

Lines of Context:
835
835
        action_unpublish(selected_files);
836
836
        break;
837
837
    case "share":
838
 
        //alert("Not yet implemented: Sharing files");
839
 
        window.open(public_app_path(serve_app, current_path, filename), 'share')
 
838
        window.open(public_app_path("~" + current_path, filename), 'share')
840
839
        break;
841
840
    case "submit":
842
841
        // TODO