alert layer가 있을 때도 touchmove 이벤트 되도록 수정
This commit is contained in:
@ -18,13 +18,6 @@ function fancyalert(msg)
|
|||||||
box += "</div>";
|
box += "</div>";
|
||||||
|
|
||||||
$("body").append(box);
|
$("body").append(box);
|
||||||
|
|
||||||
$("html, body").on("touchmove", blockScroll);
|
|
||||||
}
|
|
||||||
|
|
||||||
function blockScroll(event)
|
|
||||||
{
|
|
||||||
event.preventDefault();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user