mirror of
https://ghproxy.net/https://github.com/AlxMedia/magaziner.git
synced 2025-08-29 01:39:59 +08:00
Update to Kirki 4.0.22
This commit is contained in:
parent
2b6ac38550
commit
78edeb1b25
492 changed files with 29668 additions and 39884 deletions
2
functions/kirki/packages/kirki-framework/control-generic/dist/control.js
vendored
Normal file
2
functions/kirki/packages/kirki-framework/control-generic/dist/control.js
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
wp.customize.controlConstructor["kirki-generic"]=wp.customize.kirkiDynamicControl.extend({initKirkiControl:function(i){var c=(i=i||this).params;i.container.find("input, textarea").on("change input",(function(){var e=jQuery(this).val();"kirki-generic"===c.type&&c.choices&&"number"===c.choices.type&&(c.choices.min=parseFloat(c.choices.min),c.choices.max=parseFloat(c.choices.max),e<c.choices.min?e=c.choices.min:e>c.choices.max&&(e=c.choices.max)),i.setting.set(e)}))}});
|
||||
//# sourceMappingURL=control.js.map
|
Loading…
Add table
Add a link
Reference in a new issue