Skip to content

Commit

Permalink
Remove redundant js client lib includes
Browse files Browse the repository at this point in the history
  • Loading branch information
The-EG committed Apr 23, 2021
1 parent ebcb78c commit 44c0650
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@


{% assets "js_client" %}
<script src="{{ url_for("static", filename="js/lib/jquery/jquery.min.js") }}"></script>
<script src="{{ url_for("static", filename="js/lib/lodash.min.js") }}"></script>
<script type="text/javascript" src="{{ url_for("static", filename="webassets/packed_client.js") }}"></script>
{% endassets %}

{% macro menu_control(control_var, control_name) %}
<div class="row-fluid" data-bind="visible: controls.{{ control_var }}.use">
<div class="span4 text-right">{{ control_name }}</div>
Expand Down

0 comments on commit 44c0650

Please sign in to comment.