aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates/base.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-10-15 10:13:08 -0700
committerBryan Newbold <bnewbold@archive.org>2020-10-15 10:14:42 -0700
commit36fea2bcec02775f9ff198207d0b435e231bcfc8 (patch)
treef389184aa33ece11940bbf2a766d500dbcfeefe4 /fatcat_scholar/templates/base.html
parent252aba0dd755315a5784681cb68ff2d8971b328c (diff)
downloadfatcat-scholar-36fea2bcec02775f9ff198207d0b435e231bcfc8.tar.gz
fatcat-scholar-36fea2bcec02775f9ff198207d0b435e231bcfc8.zip
remove unused console.log()
Diffstat (limited to 'fatcat_scholar/templates/base.html')
-rw-r--r--fatcat_scholar/templates/base.html1
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");
};