This website requires JavaScript.
Explore
Help
Register
Sign In
wcx
/
wolegca.github.io
Watch
1
Star
0
Fork
0
You've already forked wolegca.github.io
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c64a4795d1
wolegca.github.io
/
base.js
6 lines
120 B
JavaScript
Raw
Normal View
History
Unescape
Escape
block touchstart
2019-09-12 16:09:54 +08:00
$
(
window
)
.
on
(
"selectstart"
,
function
(
)
{
return
false
;
}
)
;
$
(
window
)
.
on
(
"touchstart"
,
function
(
)
{
normal update
2019-09-12 14:10:51 +08:00
return
false
;
}
)
;
Reference in New Issue
Copy Permalink