PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
themes
/
leather_market
/
js
/** * TemplateMela Featured Content admin behavior: add a tag suggestion * when changing the tag. */ /* global ajaxurl:true */ jQuery( document ).ready( function( $ ) { "use strict"; $( '#customize-control-featured-content-tag-name input' ).suggest( ajaxurl + '?action=ajax-tag-search&tax=post_tag', { delay: 500, minchars: 2 } ); });
[-] functions.js
[edit]
[-] featured-content-admin.js
[edit]
[+]
..
[-] html5.js
[edit]
[-] customizer.js
[edit]
[+]
megnor
[-] jquery.isotope.min.js
[edit]