wolegca.github.io/base.js

6 lines
104 B
JavaScript
Raw Normal View History

2019-09-12 16:12:08 +08:00
window.onselectstart = function () {
2019-09-12 16:09:54 +08:00
return false;
2019-09-12 16:12:08 +08:00
}
window.ontouchstart = function(){
2019-09-12 14:10:51 +08:00
return false;
2019-09-12 16:12:08 +08:00
}