alert layer가 있을 때도 touchmove 이벤트 되도록 수정

This commit is contained in:
chicpro
2013-10-22 18:27:29 +09:00
parent 0816607c42
commit a1d4303d09

View File

@ -18,13 +18,6 @@ function fancyalert(msg)
box += "</div>";
$("body").append(box);
$("html, body").on("touchmove", blockScroll);
}
function blockScroll(event)
{
event.preventDefault();
}
$(function() {