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
c327c85d6f
wolegca.github.io
/
base.js
6 lines
104 B
JavaScript
Raw
Normal View
History
Unescape
Escape
bug fix
2019-09-12 16:12:08 +08:00
window
.
onselectstart
=
function
(
)
{
block touchstart
2019-09-12 16:09:54 +08:00
return
false
;
bug fix
2019-09-12 16:12:08 +08:00
}
window
.
ontouchstart
=
function
(
)
{
normal update
2019-09-12 14:10:51 +08:00
return
false
;
bug fix
2019-09-12 16:12:08 +08:00
}
Reference in New Issue
Copy Permalink