7 lines
200 B
JavaScript
Executable File
7 lines
200 B
JavaScript
Executable File
/* /assets/js/bridge/custom-plugin.js (FINALE VERSION: API-Logik Hülle) */
|
|
(function(B){
|
|
if (!B || typeof grapesjs === 'undefined') return;
|
|
|
|
|
|
})(window.BridgeParts || (window.BridgeParts = {}));
|