removed forced seconds from notifications

This commit is contained in:
Jack 2021-10-11 00:25:54 +01:00
parent f6debfaab3
commit e0922034c2

View file

@ -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("");