mirror of
https://github.com/redmine/redmine.git
synced 2026-01-24 00:09:46 +01:00
git-svn-id: https://svn.redmine.org/redmine/trunk@22771 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -26,7 +26,7 @@ module Redmine
|
||||
|
||||
javascript_tag(
|
||||
"var wikiToolbar = new jsToolBar(document.getElementById('#{field_id}')); " \
|
||||
"wikiToolbar.setHelpLink('#{escape_javascript help_wiki_syntax_path }'); " \
|
||||
"wikiToolbar.setHelpLink('#{escape_javascript help_wiki_syntax_path}'); " \
|
||||
"wikiToolbar.setPreviewUrl('#{escape_javascript preview_url}'); " \
|
||||
"wikiToolbar.draw();"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user