Delete cookies-alert-script.js

not needed anymore as the hook for it doesnt exist
This commit is contained in:
Nils 2019-08-13 01:54:11 +02:00 committed by GitHub
parent a095ce3fc1
commit 928a63c9ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +0,0 @@
jQuery(function(){var a=jQuery;a.cookiesDirective({explicitConsent:!1,position:"bottom",duration:9999,limit:0,message:a("input[name=cookieData]").attr("data-cookie-text"),fontFamily:"Arial",fontColor:"#424a4d",fontSize:"13px",backgroundColor:"#eaeff1",backgroundOpacity:"80"});a(".cookieText").find("a").css({color:"#424a4d","text-decoration":"underline"});a("input[name=cookieData]").remove()});