PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
yith-woocommerce-gift-cards-premium
/
assets
/
js
jQuery(document).ready(function($){ var mediaUploader; $('#ywgc-media-upload-button').click(function(e) { e.preventDefault(); // If the uploader object has already been created, reopen the dialog if (mediaUploader) { mediaUploader.open(); return; } // Extend the wp.media object mediaUploader = wp.media.frames.file_frame = wp.media({ title: ywgc_data.upload_file_frame_title, button: { text: ywgc_data.upload_file_frame_button }, multiple: false }); // Open the uploader dialog mediaUploader.open(); }); });
[+]
..
[-] ywgc-media-button.js
[edit]
[-] ywgc-gift-cards-admin-panel.js
[edit]
[-] ywgc-categories.js
[edit]
[-] ywgc-popup-handler.js
[edit]
[-] ywgc-categories.min.js
[edit]
[-] ywgc-backend.js
[edit]
[-] ywgc-gift-cards-admin-panel.min.js
[edit]
[-] ywgc-media-button.min.js
[edit]
[-] ywgc-backend.min.js
[edit]
[-] ywgc-frontend.min.js
[edit]
[-] ywgc-popup-handler.min.js
[edit]
[-] ywgc-frontend.js
[edit]