Skip to content

Commit

Permalink
- CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
24198 committed Oct 24, 2019
1 parent 84d6f55 commit 882ec96
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ define(function(require) {
// other parts are updated because of the triggers
this.updateBusinessUnits();
},

updateBusinessUnits: function() {
var url = this.$elem.find(this.options.urlSelector).val();
var username = this.$elem.find(this.options.usernameSelector).val();
Expand Down Expand Up @@ -230,6 +230,7 @@ define(function(require) {
if (selectedItem.toString() === data.value) {
selectedExists = true
}
}
$(selector)
.append('<option value="' + data.value + '">' + data.label + '</option>');
});
Expand Down

0 comments on commit 882ec96

Please sign in to comment.