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

« back to all changes in this revision

Viewing changes to www/media/browser/browser.js

  • Committer: wagrant
  • Date: 2008-07-09 04:26:02 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:838
browser.js: Clear the file upload path when an upload finishes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
358
358
     */
359
359
    upload_callback_count++;
360
360
    if (upload_callback_count >= 2)
 
361
    {
 
362
        document.getElementsByName('data')[0].value = '';
361
363
        refresh();
 
364
    }
362
365
}
363
366
 
364
367
/** Deletes all "dynamic" content on the page.