Sha256: 615fe9574fd1e3ce6232edaaa396108f840f9264aad875c145a790bc29bd76f4

Contents?: true

Size: 380 Bytes

Versions: 2

Compression:

Stored size: 380 Bytes

Contents

- if Workarea::GlobalE.enabled?
  :javascript
    (function() {
      var s = document.createElement('script');
      s.type = 'text/javascript';
      s.async = true;
      s.src = '#{Workarea::GlobalE.javascript_source}';
      document.getElementsByTagName('head')[0].appendChild(s);
    })();
  %link{ id: "GEPIStyles", rel: "stylesheet", href: Workarea::GlobalE.css_source }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-global_e-1.3.0 app/views/workarea/storefront/global_e/_head.html.haml
workarea-global_e-1.2.1 app/views/workarea/storefront/global_e/_head.html.haml