Merge pull request #292 from tonnerre/devel
Remove the version name from the minified less.js version.
This commit is contained in:
commit
f2b0bfb7dc
2 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue