Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Removed unnecessary debug version of knockout
Browse files Browse the repository at this point in the history
  • Loading branch information
p3tecracknell committed Apr 23, 2014
1 parent 782a468 commit ac34df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tellprox/views/layout.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

%if debug:
<script src="static/js/jquery-2.1.0.min.js"></script>
<script src="static/js/knockout-3.1.0.debug.js"></script>
<script src="static/js/knockout-3.1.0.js"></script>
<script src="static/js/jquery.toast.min.js"></script>
<script src="static/js/bootstrap.min.js"></script>
<script src="static/js/bootstrap-switch.js"></script>
Expand Down

0 comments on commit ac34df8

Please sign in to comment.