0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-11 15:51:19 +00:00

Don't autoselect ping address in the welcome page. It gets in the way when selecting just the code portion of the address.

This commit is contained in:
Pēteris Caune 2016-09-24 21:39:09 +03:00
parent b1ad0415da
commit 30d9760768
2 changed files with 0 additions and 9 deletions
static/js
templates/front

View file

@ -1,8 +0,0 @@
setTimeout(function() {
var input = document.getElementById("pitch-url-input");
input.addEventListener("click", function() {
this.select();
});
}, 1000);

View file

@ -333,7 +333,6 @@
{% compress js %}
<script src="{% static 'js/collapse-native.js' %}"></script>
<script src="{% static 'js/tab-native.js' %}"></script>
<script src="{% static 'js/welcome.js' %}"></script>
{% endcompress %}
{% endblock %}