From 6a908c902eeca62fa9b474058597da565e6900b5 Mon Sep 17 00:00:00 2001 From: "Tobias \"ToBeFree\" Frei" Date: Sat, 5 Jan 2013 15:27:25 +0100 Subject: [PATCH] Improved Twitter Bootstrap Detection Now it should also detect Bootstap on websites like atheme.net! --- share/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/apps.json b/share/apps.json index bbe8ef3bf..c4798821e 100644 --- a/share/apps.json +++ b/share/apps.json @@ -1709,7 +1709,7 @@ }, "Twitter Bootstrap": { "cats": [ 18 ], - "script": "twitter\\.github\\.com/bootstrap", + "script": "(twitter\\.github\\.com/bootstrap|bootstrap(.js|.min.js))", "html": "]+bootstrap[^>]+css", "env": "^Twipsy$\\;confidence:50" },