do not include the bushido chat js, just declare a variable instead
This commit is contained in:
parent
6ed9788d50
commit
be02539695
@ -19,10 +19,10 @@ module Locomotive
|
|||||||
content = ""
|
content = ""
|
||||||
response.each { |part| content += part }
|
response.each { |part| content += part }
|
||||||
|
|
||||||
# "claiming" bar + stats ?
|
# enable chat
|
||||||
content.gsub!(/<\/body>/i, <<-STR
|
content.gsub!(/<\/head>/i, <<-STR
|
||||||
<script type="text/javascript">bushido.enableChat();</script>
|
<script type="text/javascript">var _bushido_chat = true;</script>
|
||||||
</body>
|
</head>
|
||||||
STR
|
STR
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user