PATH:
home
/
letacommog
/
broderie
/
wp-content
/
themes
/
Divi
/
includes
/
builder
/
scripts
(function($){ /** * Find all Divi Modules outside the main content area * which are not wrapped with `#et-boc` and wrap it to make sure styles applied correcly * * Applied on CPT only to support 3rd party plugins which adds Divi Modules to various places like Header, Footer, etc. * */ $divi_modules_outside_main_content = $('.et_pb_module:not(#et-boc .et_pb_module, .et_pb_section .et_pb_module), .et_pb_row:not(#et-boc .et_pb_row, .et_pb_section .et_pb_row), .et_pb_section:not(#et-boc .et_pb_section)'); if ($divi_modules_outside_main_content.length > 0) { $divi_modules_outside_main_content.each(function() { var $module = $(this); // Make sure we didn't wrap this content area yet if ($module.closest('#et-boc').length === 0) { $module.wrap('<div id="et-boc"></div>'); } }) } })(jQuery);
[+]
..
[-] jquery.easypiechart.js
[edit]
[-] page-settings-metabox.js
[edit]
[-] jquery.fitvids.js
[edit]
[-] frontend-builder-preview.js
[edit]
[-] jquery.hashchange.js
[edit]
[-] reset_memory_limit_increase_setting.js
[edit]
[-] builder.js
[edit]
[-] roles_admin.js
[edit]
[-] library_scripts.js
[edit]
[-] waypoints.min.js
[edit]
[-] admin_global_functions.js
[edit]
[-] frontend-builder-global-functions.js
[edit]
[-] jquery.magnific-popup.js
[edit]
[-] jquery.mobile.custom.min.js
[edit]
[-] frontend-builder-scripts.js
[edit]
[-] failure_notice.js
[edit]
[-] library_category.js
[edit]
[-] lz-string.min.js
[edit]
[-] cpt-modules-wrapper.js
[edit]
[-] salvattore.min.js
[edit]
[+]
ext
[-] bfb_admin_script.js
[edit]
[-] cache_notice.js
[edit]