We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de461c commit b5bc8e6Copy full SHA for b5bc8e6
app/assets/javascripts/page.js
@@ -19,7 +19,7 @@ $(document).on("turbolinks:load", function() {
19
function new_toast(title, body, url) {
20
var toast = $(
21
"<div class=toast role=alert aria-live=assertive aria-atomic=true " +
22
- "data-autohide=false data-delay=30000></div>"
+ "data-autohide=true data-delay=300000></div>"
23
);
24
toast.append($(
25
"<div class=toast-header>" +
0 commit comments