Skip to content

Commit

Permalink
Fixed issue: Upload button not working
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jun 3, 2014
1 parent 1e8f8ff commit c991735
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/admin/ckeditor-config.js
Expand Up @@ -8,6 +8,7 @@ CKEDITOR.editorConfig = function( config )
config.filebrowserUploadUrl = CKEDITOR.basePath+'../kcfinder/upload.php?type=files';
config.filebrowserImageUploadUrl = CKEDITOR.basePath+'../kcfinder/upload.php?type=images';
config.filebrowserFlashUploadUrl = CKEDITOR.basePath+'../kcfinder/upload.php?type=flash';
config.removeDialogTabs = 'link:upload;image:Upload';

config.skin = 'ls-office2003';
config.toolbarCanCollapse = false;
Expand Down

0 comments on commit c991735

Please sign in to comment.