Skip to content

Commit

Permalink
Updated forge_assets plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanRoberts committed Feb 7, 2012
1 parent d69273e commit adc7a34
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -3,8 +3,8 @@ CKEDITOR.plugins.add('forge_assets', {
var pluginName = 'forge_assets';
editor.ui.addButton('ForgeAssets', {
label: 'Add Images or Documents',
click: function() { $asset_drawer.load(editor); },
icon: '/javascripts/ckeditor/images/image_new.gif'
click: function() { FORGE.assetDrawer.load(editor); },
icon: '<%= asset_path('image_new.gif') %>'
});
}
});

0 comments on commit adc7a34

Please sign in to comment.