Spaces:
Runtime error
Runtime error
change fadein speed
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
|
@@ -258,7 +258,7 @@
|
|
| 258 |
body: data,
|
| 259 |
})
|
| 260 |
.then(() => {
|
| 261 |
-
$("#submit-alert").fadeIn(
|
| 262 |
})
|
| 263 |
});
|
| 264 |
});
|
|
|
|
| 258 |
body: data,
|
| 259 |
})
|
| 260 |
.then(() => {
|
| 261 |
+
$("#submit-alert").fadeIn("slow").delay(4000).fadeOut("slow");
|
| 262 |
})
|
| 263 |
});
|
| 264 |
});
|