MediaWiki:Wikia.js: Difference between revisions
imported>UncoveredAgent200 No edit summary |
imported>UncoveredAgent200 No edit summary |
||
Line 26: | Line 26: | ||
var msg = "This Wiki may contain grotesque/horrifying images, screamers, and epilepsy-inducing flashing lights. By clicking \"Agree\", you agree that you are alright with this. If you feel uncomfortable with this, clicking \"Disagree\" will direct you to Wikia's homepage."; | var msg = "This Wiki may contain grotesque/horrifying images, screamers, and epilepsy-inducing flashing lights. By clicking \"Agree\", you agree that you are alright with this. If you feel uncomfortable with this, clicking \"Disagree\" will direct you to Wikia's homepage."; | ||
var cookiename = 'DiscretionVerification'; | var cookiename = 'DiscretionVerification'; | ||
console.log(getCookie(cookiename)); | |||
if (getCookie(cookiename) != 'true') { | if (getCookie(cookiename) != 'true') { |