Ticket #8163: 8163_2.patch

File 8163_2.patch, 622 bytes (added by Sa'ar Zac Elias, 13 years ago)
  • _source/plugins/filebrowser/plugin.js

     
    174174                        params.langCode = editor.langCode;
    175175
    176176                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 );
    178179        }
    179180
    180181        /*
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy