📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 13:23:09
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
shortcode-ui
/
js
/
src
/
views
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/shortcode-ui/js/src/views
🔄 Refresh
✏️
Editing: media-toolbar.js
Writable
var wp = require('wp'); /** * Toolbar view that extends wp.media.view.Toolbar * to define cusotm refresh method */ var Toolbar = wp.media.view.Toolbar.extend({ initialize : function() { _.defaults(this.options, { requires : false }); // Call 'initialize' directly on the parent class. wp.media.view.Toolbar.prototype.initialize.apply(this, arguments); }, refresh : function() { var action = this.controller.state().props.get('action'); if( this.get('insert') ) { this.get('insert').model.set('disabled', action == 'select'); } /** * call 'refresh' directly on the parent class */ wp.media.view.Toolbar.prototype.refresh.apply(this, arguments); } }); module.exports = Toolbar;
💾 Save Changes
❌ Cancel