Changeset 11767 for trunk/plugins
- Timestamp:
- 07/27/09 04:18:57 (3 years ago)
- File:
-
- 1 edited
-
trunk/plugins/swfupload/script/js/handlers.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/swfupload/script/js/handlers.js
r11434 r11767 134 134 if (this.getStats().files_queued === 0) { 135 135 document.getElementById(this.customSettings.cancelButtonId).disabled = true; 136 location.reload(true); 136 137 } else { 137 138 this.startUpload();
Note: See TracChangeset
for help on using the changeset viewer.