1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-27 16:50:11 +02:00

code mode functionality added

This commit is contained in:
Kushagra Gour
2018-06-03 17:22:43 +05:30
parent a5ca35ac90
commit d407304ebf
7 changed files with 258 additions and 40 deletions

View File

@@ -16,7 +16,7 @@ export function trackEvent(category, action, label, value) {
};
// if online, load after sometime
if (navigator.onLine && !window.DEBUG) {
if (false && navigator.onLine && !window.DEBUG) {
/* eslint-disable */
// prettier-ignore