Skip to content
Snippets Groups Projects
Commit 0f87dd01 authored by Lauren's avatar Lauren
Browse files

Fixed path to icon image

parent 5d668450
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
ed.addButton('buttonshortcode', {
title : 'Insert button shortcode',
cmd : 'buttonshortcode',
image : '/wp-content/plugins/lbdesign-button-shortcode/img/icon-grey.png'
image : '../../wp-content/plugins/lbdesign-button-shortcode/img/icon-grey.png'
});
ed.addCommand('buttonshortcode', function() {
ed.windowManager.open({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment