mirror of
https://github.com/sdkcarlos/cordova-ourcodeworld-preventscreenshots.git
synced 2025-01-18 13:02:50 +08:00
Fix
This commit is contained in:
parent
d97a89bfd4
commit
6be88fdca5
@ -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"){
|
||||
|
Loading…
Reference in New Issue
Block a user