wolegca.github.io/base.js
2019-09-12 14:10:51 +08:00

3 lines
57 B
JavaScript

$(window).on("selectstart",function(){
return false;
});