mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-04 19:41:16 +01:00
up'd the timeout for both default alert toasters
This commit is contained in:
@@ -117,7 +117,7 @@ app.cacheBuster = null;
|
||||
title: '[[global:alert.success]]',
|
||||
message: message,
|
||||
type: 'success',
|
||||
timeout: timeout ? timeout : 2000
|
||||
timeout: timeout ? timeout : 5000
|
||||
});
|
||||
};
|
||||
|
||||
@@ -126,7 +126,7 @@ app.cacheBuster = null;
|
||||
title: '[[global:alert.error]]',
|
||||
message: message,
|
||||
type: 'danger',
|
||||
timeout: timeout ? timeout : 5000
|
||||
timeout: timeout ? timeout : 10000
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user