Skip to content

Commit

Permalink
Merge branch 'hotfix-fix-broken-linked-lists-2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvanbreda committed Nov 20, 2019
2 parents 60729f2 + 622f086 commit 226d194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/indicia.functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ if (typeof window.indiciaData === 'undefined') {
var childSelect = $('#' + options.escapedId);
var parentSelect = $(el);
if (parentSelect.val()) {
$.getJSON(options.request + '&' + options.query.replace('"+$(this).val()+"', parentSelect.val()), function onResponse(data) {
$.getJSON(options.request + '&' + options.query.replace('%22val%22', parentSelect.val()), function onResponse(data) {
childSelect.find('option').remove();
if (data.length > 0) {
childSelect.removeClass('ui-state-disabled');
Expand Down

0 comments on commit 226d194

Please sign in to comment.