forgot to removing testing :x

This commit is contained in:
Daku 2012-05-02 21:13:37 +01:00
parent d6de529ca5
commit 3618c2dbb9

View file

@ -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<blocked_tags.length; i++) {
var tag = blocked_tags[i];