Remove the version name from the minified less.js version.

This commit is contained in:
Tonnerre LOMBARD 2013-10-26 23:28:38 +02:00
parent 9008a2fb7f
commit b35258fad6
2 changed files with 1 additions and 1 deletions

View file

@ -31,7 +31,7 @@
var SOCKJS_URI = window.location.protocol.slice(0, -1) + "://" + (window.document ? window.document.domain : window.location.hostname) + ":" + window.location.port + "/sockjs";
var SOCKJS_DEBUG = {% if debug -%} true; {% else %} false; {%- endif %}
</script>
<script src="{{ url_for('static', filename='js/lib/less-1.3.3.min.js') }}" type="text/javascript"></script>
<script src="{{ url_for('static', filename='js/lib/less.min.js') }}" type="text/javascript"></script>
</head>
<body>
<div id="navbar" class="navbar navbar-fixed-top">