Skip to content

Commit

Permalink
additional bugfix for #948
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Apr 30, 2016
1 parent c615994 commit c1e7e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/functions/set-setting-value.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function kirkiSetSettingValue( setting, value ) {

}

if ( undefined !== value.subset ) {
if ( undefined !== value.subsets ) {

$select = jQuery( wp.customize.control( setting ).container.find( '.subset select' ) ).selectize();
selectize = $select[0].selectize;
Expand Down

0 comments on commit c1e7e08

Please sign in to comment.