Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David
tinymce
Commits
9732ec4d
Commit
9732ec4d
authored
Apr 15, 2015
by
Sigfried Arnold
Browse files
relative path is wrong since the plugin is not in default plugin directory
parent
a4f9dd6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Resources/Public/JavaScript/TinymcePlugins/shy/plugin.js
View file @
9732ec4d
...
...
@@ -16,7 +16,7 @@ tinymce.PluginManager.add('shy', function(editor) {
editor
.
addButton
(
'
shy
'
,
{
title
:
'
Soft hyphen
'
,
image
:
tinyMCE
.
baseURL
+
'
/
p
lugins/shy/icon.png
'
,
image
:
tinyMCE
.
baseURL
+
'
/
../../Resources/Public/JavaScript/TinymceP
lugins/shy/icon.png
'
,
cmd
:
'
mceShy
'
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment