From 3618c2dbb9d9315b555226abf3d1267affbf0dfd Mon Sep 17 00:00:00 2001 From: Daku Date: Wed, 2 May 2012 21:13:37 +0100 Subject: [PATCH] forgot to removing testing :x --- ext/index/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/index/script.js b/ext/index/script.js index db85b05f..6c3078c0 100644 --- a/ext/index/script.js +++ b/ext/index/script.js @@ -1,6 +1,6 @@ $(function() { var blocked_tags = ($.cookie("ui-blocked-tags") || $.cookie("blocked-tags") || "").split(" "); - var themecheck = $(".thumb[data-tags~='tagme']").parent().attr('class'); + var themecheck = $(".thumb[data-tags]").parent().attr('class'); var needs_refresh = false; for(i=0; i