forked from GithubBackups/healthchecks
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
@ -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 %}
|
{% compress js %}
|
||||||
<script src="{% static 'js/collapse-native.js' %}"></script>
|
<script src="{% static 'js/collapse-native.js' %}"></script>
|
||||||
<script src="{% static 'js/tab-native.js' %}"></script>
|
<script src="{% static 'js/tab-native.js' %}"></script>
|
||||||
<script src="{% static 'js/welcome.js' %}"></script>
|
|
||||||
{% endcompress %}
|
{% endcompress %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user