You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- window.onload = function () {
- /*if (window.CKEDITOR){
- var path = '/ckfinder/connector';
- CKFinder.config( { connectorPath: (window.location.pathname.indexOf("app_dev.php") == -1) ? path : '/app_dev.php'+path} );
- for (var ckInstance in CKEDITOR.instances){
- CKFinder.setupCKEditor(CKEDITOR.instances[ckInstance]);
- }
- }*/
- alert('ncihce');
- }
- CKFinder.config( { connectorPath: '/ckfinder/connector' } );
|