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:
parent
b1ad0415da
commit
30d9760768
2 changed files with 0 additions and 9 deletions
|
@ -1,8 +0,0 @@
|
|||
setTimeout(function() {
|
||||
|
||||
var input = document.getElementById("pitch-url-input");
|
||||
input.addEventListener("click", function() {
|
||||
this.select();
|
||||
});
|
||||
|
||||
}, 1000);
|
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue