Ticket #8163: 8163_2.patch
File 8163_2.patch, 622 bytes (added by , 12 years ago) |
---|
-
_source/plugins/filebrowser/plugin.js
174 174 params.langCode = editor.langCode; 175 175 176 176 var url = addQueryString( this.filebrowser.url, params ); 177 editor.popup( url, width, height, editor.config.fileBrowserWindowFeatures ); 177 // TODO: V4: Remove back-compat (#8163). 178 editor.popup( url, width, height, editor.config.filebrowserWindowFeatures || editor.config.fileBrowserWindowFeatures ); 178 179 } 179 180 180 181 /*