diff --git a/www/ourcodeworldpreventscreenshots.js b/www/ourcodeworldpreventscreenshots.js index 52d3b10..027f152 100644 --- a/www/ourcodeworldpreventscreenshots.js +++ b/www/ourcodeworldpreventscreenshots.js @@ -2,7 +2,7 @@ (function(module){ function PreventScreenshots(){ var core = {}; - var isEnabled = false; + var isEnabled = true; var callFunctionIfExists = function(fn,params){ if(typeof(fn) !== "function"){