mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-17 14:19:40 +08:00
removed forced seconds from notifications
This commit is contained in:
parent
f6debfaab3
commit
e0922034c2
1 changed files with 2 additions and 2 deletions
|
|
@ -33,9 +33,9 @@ async function submitQuote() {
|
|||
10
|
||||
);
|
||||
} else if (response.data.languageError) {
|
||||
Notifications.add("Language not found", -1, 10);
|
||||
Notifications.add("Language not found", -1);
|
||||
} else {
|
||||
Notifications.add("Quote added successfully", 1, 10);
|
||||
Notifications.add("Quote added successfully", 1);
|
||||
$("#quoteSubmitPopup #submitQuoteText").val("");
|
||||
$("#quoteSubmitPopup #submitQuoteSource").val("");
|
||||
$("#quoteSubmitPopup #submitQuoteLanguage").val("");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue