diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-15 10:13:08 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-15 10:14:42 -0700 |
commit | 36fea2bcec02775f9ff198207d0b435e231bcfc8 (patch) | |
tree | f389184aa33ece11940bbf2a766d500dbcfeefe4 | |
parent | 252aba0dd755315a5784681cb68ff2d8971b328c (diff) | |
download | fatcat-scholar-36fea2bcec02775f9ff198207d0b435e231bcfc8.tar.gz fatcat-scholar-36fea2bcec02775f9ff198207d0b435e231bcfc8.zip |
remove unused console.log()
-rw-r--r-- | fatcat_scholar/templates/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index a942915..bc8a168 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -282,7 +282,6 @@ #} <script> // when search is submitted, have submit button animate -console.log("hi"); document.getElementById("search_form").onsubmit = function(){ document.getElementById("search_submit_button").classList.add("loading"); }; |