diff --git a/src/main.js b/src/main.js index 8c8ffae0..a20f1cec 100644 --- a/src/main.js +++ b/src/main.js @@ -323,7 +323,7 @@ async function VueInit() { }) } let CompanyInfo = JSON.parse(localStorage.getItem('CompanyInfo')) - if (CompanyInfo && CompanyInfo.SystemShortName) { + if (CompanyInfo && CompanyInfo.SystemShortName && text.toUpperCase() !== "CIRCLE") { let test = new RegExp('IRC', 'ig') text = text.replace(test, CompanyInfo.SystemShortName) }