From cc16c394feb4396442ab541ddf72f9355f37ae86 Mon Sep 17 00:00:00 2001 From: Chris Church Date: Wed, 8 May 2013 11:58:37 -0400 Subject: [PATCH] Added debug condition to determine which JS files to include. --- lib/ui/templates/ui/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/ui/templates/ui/index.html b/lib/ui/templates/ui/index.html index 4e04206f03..72ef7f1829 100644 --- a/lib/ui/templates/ui/index.html +++ b/lib/ui/templates/ui/index.html @@ -13,6 +13,9 @@ + {% if not debug %} + + {% else %} @@ -55,6 +58,7 @@ + {% endif %}