From ce5cad6c6bb22a127251ff2a5a5085330057d279 Mon Sep 17 00:00:00 2001 From: AlexByte Date: Wed, 5 Apr 2017 15:29:19 +0300 Subject: [PATCH] Fix false positive script detection of Reveal.js --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index e36664ac0..46270f1f1 100755 --- a/src/apps.json +++ b/src/apps.json @@ -6474,7 +6474,7 @@ ], "env": "^Reveal$", "icon": "Reveal.js.png", - "script": "reveal(?:\\.min)?\\.js", + "script": "(?:^|/)reveal(?:\\.min)?\\.js", "website": "http://lab.hakim.se/reveal-js" }, "Revel": {