remove scroll

master
Tayl0r 7 years ago
parent e4a4004167
commit bfaee6b248

@ -3,11 +3,11 @@
*/
$(function () {
'use strict';
document.querySelector('body').addEventListener('touchmove', function (e) {
if (!document.querySelector('.coupons').contains(e.target)) {
e.preventDefault();
}
})
// document.querySelector('body').addEventListener('touchmove', function (e) {
// if (!document.querySelector('.coupons').contains(e.target)) {
// e.preventDefault();
// }
// })
var dataCache = {price: '0', coupons: [], coupon_groups: {}};
var exchangeRate = parseFloat(window.exchange_rate);

Loading…
Cancel
Save