From 30d976076867fd14d1d17c3e6ba553aad32135dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Sat, 24 Sep 2016 21:39:09 +0300 Subject: [PATCH] Don't autoselect ping address in the welcome page. It gets in the way when selecting just the code portion of the address. --- static/js/welcome.js | 8 -------- templates/front/welcome.html | 1 - 2 files changed, 9 deletions(-) delete mode 100644 static/js/welcome.js diff --git a/static/js/welcome.js b/static/js/welcome.js deleted file mode 100644 index b58fbcc5..00000000 --- a/static/js/welcome.js +++ /dev/null @@ -1,8 +0,0 @@ -setTimeout(function() { - - var input = document.getElementById("pitch-url-input"); - input.addEventListener("click", function() { - this.select(); - }); - -}, 1000); diff --git a/templates/front/welcome.html b/templates/front/welcome.html index 2e9bd908..f1cf0dea 100644 --- a/templates/front/welcome.html +++ b/templates/front/welcome.html @@ -333,7 +333,6 @@ {% compress js %} - {% endcompress %} {% endblock %}