diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml index 94655e0..a2257f1 100644 --- a/etc/adminhtml/system.xml +++ b/etc/adminhtml/system.xml @@ -25,8 +25,7 @@ - Visit here! or Register an account here! ]]> - window + visit here! or register an account here! ]]> diff --git a/view/frontend/templates/crisp.phtml b/view/frontend/templates/crisp.phtml index d411c25..e6a98be 100644 --- a/view/frontend/templates/crisp.phtml +++ b/view/frontend/templates/crisp.phtml @@ -2,12 +2,23 @@ $helper = $this->helper('Magepow\Crispchat\Helper\Data'); $crispWebsiteId = $helper->getConfigModule('general/crisp_website_id'); if(!$crispWebsiteId) return; +$noJs = $helper->getConfigModule('general/no_js'); ?> - + + \ No newline at end of file + + \ No newline at end of file