From 6be88fdca5ca05146d0d40be41695b0798e136b9 Mon Sep 17 00:00:00 2001 From: Carlos Delgado Date: Thu, 9 Jun 2016 17:14:14 +0200 Subject: [PATCH] Fix --- www/ourcodeworldpreventscreenshots.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"){