Edit JS file for split transaction

This commit is contained in:
James Cole
2017-01-15 19:16:46 +01:00
parent 9c09f93908
commit e336a45f79
5 changed files with 82 additions and 17 deletions

View File

@@ -33,7 +33,9 @@ $(document).ready(function () {
var opt = {
typeahead: {
source: data,
afterSelect: function(val) { this.$element.val(""); }
afterSelect: function () {
this.$element.val("");
}
}
};
$('input[name="tags"]').tagsinput(
@@ -94,6 +96,4 @@ $(document).ready(function () {
}
});