Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksptang committed Oct 29, 2023
1 parent 99c6314 commit 7bc34bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step-web/src/main/webapp/js/step.util.js
Original file line number Diff line number Diff line change
Expand Up @@ -3729,7 +3729,7 @@ step.util = {
},
getVocabMorphInfoFromJson: function (strong, morph, version) {
var resultJson = {vocabInfos: [], morphInfos: []};
return resultJson; // 23.10.6 installation to prevent getting of JSON. Will re-enable 2 weeks after implemenation
return resultJson; // 23.10.5 installation to prevent getting of JSON. Will re-enable 2 weeks after implemenation
if (step.state.isLocal()) return resultJson; // There are no json files for the lexicon in the stand-alone version of STEP
var strongArray = strong.split(" ");
var processedStrong = [];
Expand Down

0 comments on commit 7bc34bb

Please sign in to comment.