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.

12 lines
453B

  1. window.onload = function () {
  2. /*if (window.CKEDITOR){
  3. var path = '/ckfinder/connector';
  4. CKFinder.config( { connectorPath: (window.location.pathname.indexOf("app_dev.php") == -1) ? path : '/app_dev.php'+path} );
  5. for (var ckInstance in CKEDITOR.instances){
  6. CKFinder.setupCKEditor(CKEDITOR.instances[ckInstance]);
  7. }
  8. }*/
  9. alert('ncihce');
  10. }
  11. CKFinder.config( { connectorPath: '/ckfinder/connector' } );