Changeset 1322
- Timestamp:
- 06/16/12 10:46:22 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/MootoolsFileManager/MootoolsFileManager.FileManager.js
r1321 r1322 120 120 }); 121 121 } 122 if(Xinha.is_ie) this.current_selection = this.editor.saveSelection(); 122 123 123 if(Xinha.is_ie) this.current_selection = this.editor.saveSelection(); 124 124 if(link) … … 160 160 var param = this.FileManagerAttributes(); 161 161 param.f_href = path; 162 if(Xinha.is_ie) this.editor.restoreSelection(this.current_selection); 162 163 163 if(Xinha.is_ie) this.editor.restoreSelection(this.current_selection); 164 164 if (!a)
