Skip to content

Commit

Permalink
add chatra feedback form
Browse files Browse the repository at this point in the history
  • Loading branch information
tilomitra committed Mar 21, 2018
1 parent 03617e4 commit d83391d
Show file tree
Hide file tree
Showing 11 changed files with 75 additions and 56 deletions.
8 changes: 4 additions & 4 deletions .next/app.js
Expand Up @@ -90,7 +90,7 @@
/******/
/******/
/******/ var hotApplyOnUpdate = true;
/******/ var hotCurrentHash = "82330e01a3a6382800cd"; // eslint-disable-line no-unused-vars
/******/ var hotCurrentHash = "f6a0f4c3c07048011f61"; // eslint-disable-line no-unused-vars
/******/ var hotRequestTimeout = 10000;
/******/ var hotCurrentModuleData = {};
/******/ var hotCurrentChildModule; // eslint-disable-line no-unused-vars
Expand Down Expand Up @@ -755,7 +755,7 @@
/******/ if (__webpack_require__.nc) {
/******/ script.setAttribute("nonce", __webpack_require__.nc);
/******/ }
/******/ script.src = __webpack_require__.p + "" + ({"0":"main.js","1":"bundles/pages/_error.js","2":"commons","4":"bundles/pages/index.js"}[chunkId]||chunkId) + "-" + {"0":"4e3434112b5db32b5f5e","1":"dbedf8264eff5ac2eab4","2":"5c88e55eb51e9f441f7a","4":"133aa95d71ae31d9a930"}[chunkId] + ".js";
/******/ script.src = __webpack_require__.p + "" + ({"0":"main.js","1":"bundles/pages/_error.js","2":"commons","4":"bundles/pages/index.js","5":"bundles/pages/job.js"}[chunkId]||chunkId) + "-" + {"0":"4e3434112b5db32b5f5e","1":"dbedf8264eff5ac2eab4","2":"9cf7cdff0de5aebc8d38","4":"e25d5740141878186c3b","5":"e65033b5983305896e19"}[chunkId] + ".js";
/******/ var timeout = setTimeout(onScriptComplete, 120000);
/******/ script.onerror = script.onload = onScriptComplete;
/******/ function onScriptComplete() {
Expand Down Expand Up @@ -842,7 +842,7 @@
.querySelectorAll("link[href][rel=stylesheet]")
.forEach(function(link) {
if (!link.href.match(prefix) || link.stale) return;
injectCss(link, link.href.split("?")[0] + "?unix=1521518537311");
injectCss(link, link.href.split("?")[0] + "?unix=1521608575591");
});
}
}
Expand Down Expand Up @@ -16278,7 +16278,7 @@ module.exports = reactDom;
.querySelectorAll("link[href][rel=stylesheet]")
.forEach(function(link) {
if (!link.href.match(prefix) || link.stale) return;
injectCss(link, link.href.split("?")[0] + "?unix=1521518537307");
injectCss(link, link.href.split("?")[0] + "?unix=1521608575587");
});
}
}
Expand Down
4 changes: 2 additions & 2 deletions .next/commons.js
Expand Up @@ -26,7 +26,7 @@ webpackJsonp([2],{
.querySelectorAll("link[href][rel=stylesheet]")
.forEach(function(link) {
if (!link.href.match(prefix) || link.stale) return;
injectCss(link, link.href.split("?")[0] + "?unix=1521518537311");
injectCss(link, link.href.split("?")[0] + "?unix=1521608575591");
});
}
}
Expand Down Expand Up @@ -15462,7 +15462,7 @@ module.exports = reactDom;
.querySelectorAll("link[href][rel=stylesheet]")
.forEach(function(link) {
if (!link.href.match(prefix) || link.stale) return;
injectCss(link, link.href.split("?")[0] + "?unix=1521518537307");
injectCss(link, link.href.split("?")[0] + "?unix=1521608575587");
});
}
}
Expand Down
2 changes: 1 addition & 1 deletion .next/commons.js.map

Large diffs are not rendered by default.

37 changes: 18 additions & 19 deletions .next/dist/bundles/pages/_document.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .next/dist/bundles/pages/_document.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d83391d

Please sign in to comment.