Skip to content
Snippets Groups Projects
Commit bfea4a4e authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Forcing development mode JS to test IE8/WinXP.

parent 6fe870da
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@
</div>
<% if (useJavascript !== false) { %>
<% if (production) { %>
<% if (false && production) { %>
<script type="text/javascript" src="/production/dialog.js"></script>
<% } else { %>
<script type="text/javascript" src="/lib/jquery-1.7.1.min.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment