This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Don't autoselect ping address in the welcome page. It gets in the way when selecting just the code portion of the address.
pull/90/head
Pēteris Caune
8 years ago
parent
b1ad0415da
commit
30d9760768
2 changed files
with
0 additions
and
9 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-8
static/js/welcome.js
+0
-1
templates/front/welcome.html
+ 0
- 8
static/js/welcome.js
View File
@ -1,8 +0,0 @@
setTimeout
(
function
(
)
{
var
input
=
document
.
getElementById
(
"pitch-url-input"
)
;
input
.
addEventListener
(
"click"
,
function
(
)
{
this
.
select
(
)
;
}
)
;
}
,
1000
)
;
+ 0
- 1
templates/front/welcome.html
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 %}
Write
Preview
Loading…
Cancel
Save