Changeset 833
- Timestamp:
- 05/09/07 15:04:07 (6 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/ImageManager/assets/manager.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/ImageManager/assets/manager.js
r799 r833 27 27 28 28 //initialise the form 29 doneinit = 0; // Seems that in Opera the load event of the iframe re-fires this one also. 29 30 init = function () 30 31 { 32 if(doneinit++) return; 33 31 34 __dlg_init(null, {width:600,height:460}); 32 35
