remove scroll

master
Tayl0r 7 years ago
parent e4a4004167
commit bfaee6b248

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

Loading…
Cancel
Save