リビジョン 7d0b6b7f
| lib/glossary_application_helper_patch.rb | ||
|---|---|---|
|
module GlossaryApplicationHelper
|
||
|
def javascript_include_tag(*sources)
|
||
|
out = super(*sources)
|
||
|
if sources.is_a?(Array) and sources[0] == 'jstoolbar/jstoolbar-textile.min'
|
||
|
if @project.try!(:module_enabled?, 'glossary') and sources.is_a?(Array) and sources[0] == 'jstoolbar/jstoolbar-textile.min'
|
||
|
out += javascript_tag <<-javascript_tag
|
||
|
jsToolBar.prototype.elements.termlink = {
|
||
|
type: 'button',
|
||
term link button on wiki toolbar show only project with glosary module