diff options
| author | root | 2014-12-04 19:49:29 +0100 |
|---|---|---|
| committer | root | 2014-12-04 19:49:29 +0100 |
| commit | fe476696fb1200d0ea366d056dca976cb45373f9 (patch) | |
| tree | 39eea4cbf242da6cd7d46b55e9319119644b5321 | |
| parent | fbd404b8d590003be7697aff85d24fda172744db (diff) | |
| download | tools.iamfabulous.de-fe476696fb1200d0ea366d056dca976cb45373f9.tar.gz | |
Fixed JS runtime error
| -rw-r--r-- | down/view/templ-index.php | 8 |
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> |
