wolegca.github.io/base.js

6 lines
120 B
JavaScript
Raw Normal View History

2019-09-12 16:09:54 +08:00
$(window).on("selectstart", function () {
return false;
});
$(window).on("touchstart", function () {
2019-09-12 14:10:51 +08:00
return false;
});