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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2010-07-28 11:23:51 UTC
  • Revision ID: grantw@unimelb.edu.au-20100728112351-ubw2pri5bw2wwprw
Fix HTML5 media handlers function call. It was renamed in the CodeMirror branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
537
537
{
538
538
    // Disable save button
539
539
    using_codepress = false;
540
 
    disable_save_if_safe();
 
540
    disable_save();
541
541
 
542
542
    // Show download link
543
543
    var files = document.getElementById("filesbody");
560
560
{
561
561
    /* Disable save button */
562
562
    using_codepress = false;
563
 
    disable_save_if_safe();
 
563
    disable_save();
564
564
 
565
565
    /* URL */
566
566
    var url = app_url(service_app, path) + "?return=contents";
583
583
{
584
584
    /* Disable save button and hide the save panel */
585
585
    using_codepress = false;
586
 
    disable_save_if_safe();
 
586
    disable_save();
587
587
 
588
588
    /* URL */
589
589
    var url = app_url(service_app, path) + "?return=contents";
623
623
{
624
624
    /* Disable save button and hide the save panel */
625
625
    using_codepress = false;
626
 
    disable_save_if_safe();
 
626
    disable_save();
627
627
 
628
628
    /* URL */
629
629
    var url = app_url(service_app, path) + "?return=contents";
663
663
{
664
664
    /* Disable save button and hide the save panel */
665
665
    using_codepress = false;
666
 
    disable_save_if_safe();
 
666
    disable_save();
667
667
 
668
668
    /* URL */
669
669
    var url = app_url(service_app, path) + "?return=contents";