diff --git a/src/js/07-copy-to-clipboard.js b/src/js/06-copy-to-clipboard.js similarity index 100% rename from src/js/07-copy-to-clipboard.js rename to src/js/06-copy-to-clipboard.js diff --git a/src/js/06-intercom.js b/src/js/06-intercom.js deleted file mode 100644 index 6cc1fb2e..00000000 --- a/src/js/06-intercom.js +++ /dev/null @@ -1,11 +0,0 @@ -;(function () { - 'use strict' - - var help = document.getElementById('get-support') - - help.onclick = function () { - try { - window.Intercom('show') - } catch (e) {} - } -})() diff --git a/src/js/08-tab-scroll-buttons.js b/src/js/07-tab-scroll-buttons.js similarity index 100% rename from src/js/08-tab-scroll-buttons.js rename to src/js/07-tab-scroll-buttons.js diff --git a/src/js/09-collapse.js b/src/js/08-collapse.js similarity index 100% rename from src/js/09-collapse.js rename to src/js/08-collapse.js diff --git a/src/js/10-ketch-consent.js b/src/js/09-ketch-consent.js similarity index 100% rename from src/js/10-ketch-consent.js rename to src/js/09-ketch-consent.js diff --git a/src/partials/body-end-scripts.hbs b/src/partials/body-end-scripts.hbs index 490df65e..f65917d4 100644 --- a/src/partials/body-end-scripts.hbs +++ b/src/partials/body-end-scripts.hbs @@ -17,5 +17,4 @@ {{/if}} {{/with}} -{{> intercom}} {{> scarf}} diff --git a/src/partials/intercom.hbs b/src/partials/intercom.hbs deleted file mode 100644 index 16bbb428..00000000 --- a/src/partials/intercom.hbs +++ /dev/null @@ -1,11 +0,0 @@ -{{#with site.keys.intercom}} - - -{{/with}} diff --git a/src/partials/navbar.hbs b/src/partials/navbar.hbs index 217c0f96..338c13f4 100644 --- a/src/partials/navbar.hbs +++ b/src/partials/navbar.hbs @@ -12,15 +12,6 @@ {{> logo}}
- {{> theme-toggle}} {{> global-nav}}