Skip to content

Commit

Permalink
[#951 state:resolved] Fixed bug which prevented jquery from loading p…
Browse files Browse the repository at this point in the history
…roperly on non-english versions of Melody.
  • Loading branch information
MikeThomsen authored and jayallen committed Jul 11, 2011
1 parent 4f17ada commit c9aa8cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tmpl/cms/include/css_js_common.tmpl
Expand Up @@ -33,6 +33,7 @@
<mt:if name="local_lang_id" ne="en-us">
<mt:setvarblock name="relpath">styles_<mt:var name="local_lang_id">.css</mt:setvarblock>
<mt:var name="linked_stylesheet" relpath="$relpath">
<mt:var name="relpath" value=""/>
</mt:if>

<mt:ignore>
Expand Down Expand Up @@ -86,6 +87,7 @@
<mt:if name="local_lang_id" ne="en-us">
<mt:setvarblock name="relpath">mt_<mt:var name="local_lang_id">.js</mt:setvarblock>
<mt:var name="linked_script" relpath="$relpath">
<mt:var name="relpath" value=""/>
</mt:if>

<script type="text/javascript">
Expand Down

0 comments on commit c9aa8cd

Please sign in to comment.