From b2b77a665d522322e9652cdd5268a65091fb8c87 Mon Sep 17 00:00:00 2001 From: Limon Monte Date: Sun, 14 May 2017 11:29:30 +0300 Subject: [PATCH] Add "excludes": "SweetAlert" to SweetAlert2 configuration --- src/apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 40cb8cd92..6529c94ec 100755 --- a/src/apps.json +++ b/src/apps.json @@ -7791,6 +7791,7 @@ "cats": [ "12" ], + "excludes": "SweetAlert", "html": "]+?href=\"[^\"]+sweetalert2(?:\\.min)?\\.css", "icon": "SweetAlert2.png", "script": "sweetalert2(?:\\.min)?\\.js", @@ -10494,4 +10495,4 @@ "priority": "9" } } -} \ No newline at end of file +}