Compare commits
2 Commits
bugfix/tim
...
bugfix/scr
| Author | SHA1 | Date | |
|---|---|---|---|
| 30add879ad | |||
| 1eb49a5d4e |
@@ -40,7 +40,7 @@
|
||||
}
|
||||
|
||||
function measured(evt,duration,d){
|
||||
if (d > 100) return;
|
||||
if (d > 10) return;
|
||||
if (duration < 500){
|
||||
onclick(evt);
|
||||
} else {
|
||||
|
||||
@@ -16,6 +16,10 @@ body {
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: 1px solid;
|
||||
border-radius: 4px;
|
||||
|
||||
@@ -16,6 +16,10 @@ body {
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: 1px solid;
|
||||
border-radius: 4px;
|
||||
|
||||
@@ -16,6 +16,9 @@ body {
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: 16px;
|
||||
}
|
||||
fieldset {
|
||||
border: 1px solid;
|
||||
border-radius: 4px;
|
||||
|
||||
Reference in New Issue
Block a user