diff --git a/server/src/uds/static/adm/js/gui.coffee b/server/src/uds/static/adm/js/gui.coffee index 9d9ea657..4fae1b9d 100644 --- a/server/src/uds/static/adm/js/gui.coffee +++ b/server/src/uds/static/adm/js/gui.coffee @@ -1,6 +1,9 @@ # jshint strict: true ((gui, $, undefined_) -> "use strict" + + # Public attributes + gui.debug = off # "public" methods gui.doLog = (args...)-> @@ -393,8 +396,5 @@ return - - # Public attributes - gui.debug = true return ) window.gui = window.gui or {}, jQuery \ No newline at end of file diff --git a/server/src/uds/templates/uds/admin/tmpl/fld/choice.html b/server/src/uds/templates/uds/admin/tmpl/fld/choice.html index a55c3035..b4587fdb 100644 --- a/server/src/uds/templates/uds/admin/tmpl/fld/choice.html +++ b/server/src/uds/templates/uds/admin/tmpl/fld/choice.html @@ -5,7 +5,7 @@ {% verbatim %} {% endverbatim %}