Changeset 2302691
- Timestamp:
- 05/11/2020 01:34:43 PM (6 years ago)
- File:
-
- 1 edited
-
page-builder-by-azexo/trunk/js/frontend.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
page-builder-by-azexo/trunk/js/frontend.js
r2295938 r2302691 1987 1987 } 1988 1988 $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 } 1990 1996 if (!customize) { 1991 1997 if (window.location.hash) {
Note: See TracChangeset
for help on using the changeset viewer.