diff --git a/step-web/src/main/webapp/js/step.util.js b/step-web/src/main/webapp/js/step.util.js index 3d32ef797e..3f6accc67f 100644 --- a/step-web/src/main/webapp/js/step.util.js +++ b/step-web/src/main/webapp/js/step.util.js @@ -125,7 +125,7 @@ step.util = { outstandingRequests: 0, timers: {}, suppressHighlight: function(strongNumber) { - if (("G0846,H0853,H0996G,H1961,H4480A,H5704,H5921A,G1161,G3588,G3754G,".indexOf(strongNumber + ",") > -1) || (strongNumber.substring(0,2) === "H9")) + if (("H0846,H0853,H0996G,H1961,H4480A,H5704,H5921A,G1161,G3588,G3754G,".indexOf(strongNumber + ",") > -1) || (strongNumber.substring(0,2) === "H9")) return true; return false; },