Submit
Path:
~
/
home
/
getwphos
/
public_html
/
brueggemann
/
wp-content
/
plugins
/
js_composer
/
modules
/
custom-css
/
assets
/
js
/
File Content:
editor-events.js
( function () { document.addEventListener( 'wpbAceEditorContentChanged', function ( event ) { if ( !event.detail.wpb_css_editor ) { return; } updateFrontEditorCurrentValue( event ); }); document.addEventListener( 'wpbPageSettingRollBack', function ( event ) { if ( !event.detail.wpb_css_editor ) { return; } updateFrontEditorCurrentValue( event ); vc.$custom_css.val( event.detail.wpb_css_editor.previousValue ); }); function updateFrontEditorCurrentValue ( event ) { var currentValue = event.detail.wpb_css_editor.currentValue; if ( vc.frame_window ) { vc.frame_window.vc_iframe.loadCustomCss( currentValue ); } } }() );
Submit
FILE
FOLDER
Name
Size
Permission
Action
editor-events.js
661 bytes
0644
module.js
754 bytes
0644
N4ST4R_ID | Naxtarrr