mirror of
https://github.com/sdkcarlos/cordova-ourcodeworld-preventscreenshots.git
synced 2026-02-04 00:06:16 +08:00
Fix
This commit is contained in:
@@ -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"){
|
||||
|
||||
Reference in New Issue
Block a user