mirror of
https://github.com/sdkcarlos/cordova-ourcodeworld-preventscreenshots.git
synced 2025-03-17 16:51:02 +08:00
Fix
This commit is contained in:
parent
fac3e09a49
commit
349402e35c
@ -6,13 +6,13 @@ module.exports = {
|
|||||||
console.info(data);
|
console.info(data);
|
||||||
}, function(err){
|
}, function(err){
|
||||||
console.error(err);
|
console.error(err);
|
||||||
}, "OurCodeWorldpreventscreenshots", "enable", [_settings]);
|
}, "OurCodeWorldpreventscreenshots", "enable", []);
|
||||||
},
|
},
|
||||||
disableScreenshots: function(){
|
disableScreenshots: function(){
|
||||||
cordova.exec(function(data){
|
cordova.exec(function(data){
|
||||||
console.info(data);
|
console.info(data);
|
||||||
}, function(err){
|
}, function(err){
|
||||||
console.error(err);
|
console.error(err);
|
||||||
}, "OurCodeWorldpreventscreenshots", "disable", [_settings]);
|
}, "OurCodeWorldpreventscreenshots", "disable", []);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user