summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot2014-12-04 19:49:29 +0100
committerroot2014-12-04 19:49:29 +0100
commitfe476696fb1200d0ea366d056dca976cb45373f9 (patch)
tree39eea4cbf242da6cd7d46b55e9319119644b5321
parentfbd404b8d590003be7697aff85d24fda172744db (diff)
downloadtools.iamfabulous.de-fe476696fb1200d0ea366d056dca976cb45373f9.tar.gz
Fixed JS runtime error
-rw-r--r--down/view/templ-index.php8
1 files 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('');
+ }
</script>
<script defer src="../tools/static/sweet-alert.js"></script>