From 0445fa2d7978e3478ac99e1b09da5482b7389894 Mon Sep 17 00:00:00 2001 From: Limon Monte Date: Sat, 29 Sep 2018 02:52:37 +0300 Subject: [PATCH] Improve SweetAlert2 detection (#2433) --- src/apps.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps.json b/src/apps.json index 929d42f2a..2433dd47c 100644 --- a/src/apps.json +++ b/src/apps.json @@ -9485,6 +9485,9 @@ "excludes": "SweetAlert", "html": "]+?href=\"[^\"]+sweetalert2(?:\\.min)?\\.css", "icon": "SweetAlert2.png", + "js": { + "Sweetalert2": "" + }, "script": "sweetalert2(?:\\.all)?(?:\\.min)?\\.js", "website": "https://sweetalert2.github.io/" },