Commit a826a49b by doszhang

dos

parent 50f8394f
...@@ -92,9 +92,9 @@ let posterCtx; ...@@ -92,9 +92,9 @@ let posterCtx;
$('input[name=tel]').attr('type', 'tel'); $('input[name=tel]').attr('type', 'tel');
$(document).ready(function () { $(document).ready(function () {
$('.page').on('touchmove', function () { // $('.page').on('touchmove', function () {
return false; // return false;
}); // });
document.addEventListener('touchmove', function (e) { document.addEventListener('touchmove', function (e) {
e.preventDefault(); e.preventDefault();
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment