mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-05-07 17:19:22 -05:00
Forcing input validate into plex libraries
This commit is contained in:
@@ -11,7 +11,9 @@ function onStart() {
|
||||
let obj = JSON.parse(document.cookie);
|
||||
|
||||
if (!obj.dialogDontShowAgain) {
|
||||
$('#warningModal').modal('open');
|
||||
if (validateInput()) {
|
||||
$('#warningModal').modal('open');
|
||||
}
|
||||
} else {
|
||||
if (validateInput()) {
|
||||
updatedSelectedLibraries();
|
||||
|
||||
Reference in New Issue
Block a user