PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
themes
/
easyweb
/
inc
/
meta-box
/
js
window.rwmb = window.rwmb || {}; jQuery( function ( $ ) { 'use strict'; var views = rwmb.views = rwmb.views || {}, ImageField = views.ImageField, ImageUploadField, UploadButton = views.UploadButton; ImageUploadField = views.ImageUploadField = ImageField.extend( { createAddButton: function () { this.addButton = new UploadButton( { collection: this.collection, props: this.props } ); } } ); /** * Initialize fields * @return void */ function init() { new ImageUploadField( { input: this, el: $( this ).siblings( 'div.rwmb-media-view' ) } ); console.log('win'); } $( ':input.rwmb-image_upload, :input.rwmb-plupload_image' ).each( init ); $( '.rwmb-input' ) .on( 'clone', ':input.rwmb-image_upload, :input.rwmb-plupload_image', init ) } );
[+]
..
[-] image-upload.js
[edit]
[-] image-advanced.js
[edit]
[-] thickbox-image.js
[edit]
[-] file-upload.js
[edit]
[-] wysiwyg.js
[edit]
[-] input-list.js
[edit]
[-] validate.js
[edit]
[-] jquery.validate.min.js
[edit]
[-] time.js
[edit]
[-] media.js
[edit]
[-] date.js
[edit]
[-] map-frontend.js
[edit]
[-] select.js
[edit]
[-] map.js
[edit]
[+]
jqueryui
[-] datetime.js
[edit]
[-] color.js
[edit]
[-] image.js
[edit]
[-] select-tree.js
[edit]
[+]
select2
[-] file-input.js
[edit]
[-] autosave.js
[edit]
[-] autocomplete.js
[edit]
[-] file.js
[edit]
[-] range.js
[edit]
[-] select-advanced.js
[edit]
[-] oembed.js
[edit]
[-] clone.js
[edit]
[-] slider.js
[edit]
[-] image-select.js
[edit]