diff --git a/base.js b/base.js index 530ed47..216045c 100644 --- a/base.js +++ b/base.js @@ -1,6 +1,6 @@ -$(window).on("selectstart", function () { +window.onselectstart = function () { return false; -}); -$(window).on("touchstart", function () { +} +window.ontouchstart = function(){ return false; -}); \ No newline at end of file +} \ No newline at end of file