diff options
Diffstat (limited to 'lib/scripts/editor.js')
-rw-r--r-- | lib/scripts/editor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scripts/editor.js b/lib/scripts/editor.js index 0df556172..f0a767223 100644 --- a/lib/scripts/editor.js +++ b/lib/scripts/editor.js @@ -58,7 +58,7 @@ var dw_editor = { ['wrap', function(){dw_editor.toggleWrap(editor);}] ], function (_, img) { jQuery(document.createElement('img')) - .attr('src', DOKU_BASE+'lib/images/' + img[0] + '.gif') + .attr('src', DOKU_BASE+'lib/exe/image.php/' + img[0] + '.gif') .attr('alt', '') .on('click', img[1]) .appendTo($ctl); |