Skip to content

Commit

Permalink
replace string-similarity with fuzzyset, re #10780
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Aug 6, 2024
1 parent e334642 commit dd39252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ define([
'knockout-mapping',
'jquery',
'dropzone',
'string-similarity',
'fuzzyset',
'uuid',
'arches',
'viewmodels/alert-json',
Expand All @@ -12,7 +12,7 @@ define([
'bindings/datatable',
'bindings/dropzone',
'bindings/resizable-sidepanel',
], function(ko, koMapping, $, dropzone, stringSimilarity, uuid, arches, JsonErrorAlertViewModel, importSingleCSVTemplate) {
], function(ko, koMapping, $, dropzone, fuzzyset, uuid, arches, JsonErrorAlertViewModel, importSingleCSVTemplate) {
const viewModel = function(params) {
const self = this;
this.loadDetails = params.load_details || ko.observable();
Expand Down
4 changes: 2 additions & 2 deletions arches/app/templates/javascript.htm
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
'jqtree': {
deps: ['jquery']
},
'string-similarity': {
deps: ['string-similarity']
'fuzzyset': {
deps: ['fuzzyset']
},
'datatables': {
deps: ['jquery']
Expand Down

0 comments on commit dd39252

Please sign in to comment.