diff --git a/www/ourcodeworldpreventscreenshots.js b/www/ourcodeworldpreventscreenshots.js index 7b3ccf7..51d7a2c 100644 --- a/www/ourcodeworldpreventscreenshots.js +++ b/www/ourcodeworldpreventscreenshots.js @@ -6,13 +6,13 @@ module.exports = { console.info(data); }, function(err){ console.error(err); - }, "OurCodeWorldpreventscreenshots", "enable", [_settings]); + }, "OurCodeWorldpreventscreenshots", "enable", []); }, disableScreenshots: function(){ cordova.exec(function(data){ console.info(data); }, function(err){ console.error(err); - }, "OurCodeWorldpreventscreenshots", "disable", [_settings]); + }, "OurCodeWorldpreventscreenshots", "disable", []); } };