File "taxonomy.js"
Full Path: /home/stylijtl/public_html/wp-content/plugins/acens-common/meta-box/js/taxonomy.js
File size: 267 bytes
MIME-type: text/plain
Charset: utf-8
( function ( $, rwmb ) {
'use strict';
function toggleAddInput( e ) {
e.preventDefault();
this.nextElementSibling.classList.toggle( 'rwmb-hidden' );
}
rwmb.$document.on( 'click', '.rwmb-taxonomy-add-button', toggleAddInput );
} )( jQuery, rwmb );