Plugin Directory

Changeset 2302691


Ignore:
Timestamp:
05/11/2020 01:34:43 PM (6 years ago)
Author:
azexo
Message:

shopify

File:
1 edited

Legend:

Unmodified
Added
Removed
  • page-builder-by-azexo/trunk/js/frontend.js

    r2295938 r2302691  
    19871987        }
    19881988        $body = $('body');
    1989         azh.frontend_init($body);
     1989        if (customize) {
     1990            setTimeout(function(){
     1991                azh.frontend_init($body);
     1992            });                       
     1993        } else {
     1994            azh.frontend_init($body);
     1995        }       
    19901996        if (!customize) {
    19911997            if (window.location.hash) {
Note: See TracChangeset for help on using the changeset viewer.