From 7bc34bbdd2317a60a0d61eeb2b49973f674f4ade Mon Sep 17 00:00:00 2001 From: Patrick Tang Date: Sun, 29 Oct 2023 00:14:00 -0700 Subject: [PATCH] Update version number --- step-web/src/main/webapp/js/step.util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step-web/src/main/webapp/js/step.util.js b/step-web/src/main/webapp/js/step.util.js index 5c85cb6d81..f5297182fd 100644 --- a/step-web/src/main/webapp/js/step.util.js +++ b/step-web/src/main/webapp/js/step.util.js @@ -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 = [];