forked from Cavemanon/cavepaintings
standard jquery
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
/*jshint bitwise:false, curly:true, eqeqeq:true, evil:true, forin:false, noarg:true, noempty:true, nonew:true, undef:false, strict:false, browser:true, jquery:true */
|
||||
|
||||
$(function() {
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
var blocked_tags = (Cookies.get("ui-blocked-tags") || "").split(" ");
|
||||
var needs_refresh = false;
|
||||
for(var i=0; i<blocked_tags.length; i++) {
|
||||
|
Reference in New Issue
Block a user