IVEPOS

Please scan the QR code again.
Copyright © 2016 Intuition. All Rights Reserved. Version 1.1
// var contextPath = $('#contextPath').val(); // if ('serviceWorker' in navigator) { // window.addEventListener('load', () => { // navigator.serviceWorker // .register(contextPath+'/service-worker.js') // .then((registration) => { // console.log('Service Worker registered:', registration); // }) // .catch((error) => { // console.error('Service Worker registration failed:', error); // }); // }); // }