Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TYPO3
tinymce
Commits
9732ec4d
Commit
9732ec4d
authored
Apr 15, 2015
by
Sigfried Arnold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
relative path is wrong since the plugin is not in default plugin directory
parent
a4f9dd6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Resources/Public/JavaScript/TinymcePlugins/shy/plugin.js
Resources/Public/JavaScript/TinymcePlugins/shy/plugin.js
+1
-1
No files found.
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
Markdown
is supported
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