3 lines
57 B
JavaScript
3 lines
57 B
JavaScript
|
$(window).on("selectstart",function(){
|
||
|
return false;
|
||
|
});
|