diff options
Diffstat (limited to 'down/view/templ-index.php')
| -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> |
