mirror of https://github.com/onweru/compose.git

weru
29.24.2020 12e3c9ac3a333e2259ab6f75c2946559b61492c3
assets/js/functions.js
@@ -2,6 +2,7 @@
const doc = document.documentElement;
const toggleId = 'toggle';
const showId = 'show';
const menu = 'menu';
function isObj(obj) {
  return (obj && typeof obj === 'object' && obj !== null) ? true : false;
@@ -148,7 +149,6 @@
  if(hyperLinks) {
    hyperLinks.forEach(function(link){
      const href = link.href.replaceAll(encodeURI(open), "").replaceAll(encodeURI(close), "");
      console.log(open, close);
      link.href = href;
    });
  }