From fe476696fb1200d0ea366d056dca976cb45373f9 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Dec 2014 19:49:29 +0100 Subject: Fixed JS runtime error --- down/view/templ-index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/down/view/templ-index.php b/down/view/templ-index.php index c84167c..cd67451 100644 --- a/down/view/templ-index.php +++ b/down/view/templ-index.php @@ -116,10 +116,10 @@ $(".fa-spinner").addClass("fa-spin"); - clean(id){ - $(id).val(''); - } - }; + + function clean(id){ + $(id).val(''); + } -- cgit v1.2.3