Spaces:
Runtime error
Runtime error
Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
@@ -168,7 +168,7 @@ function addMessage(sender, message, className) {
|
|
168 |
const formattedMessage = message.replace(linkRegex, function(url) {
|
169 |
let linkText;
|
170 |
|
171 |
-
if (url === "https://appexchange.salesforce.com/appxListingDetail?listingId=
|
172 |
linkText = "Visit this link to check out the Product Filter App.";
|
173 |
} else if (url === "https://appexchange.salesforce.com/appxListingDetail?listingId=e671f4fe-92fb-4760-99e5-7a5df5754cfe") {
|
174 |
linkText = "Visit this link to check out the Mass Approvals App.";
|
|
|
168 |
const formattedMessage = message.replace(linkRegex, function(url) {
|
169 |
let linkText;
|
170 |
|
171 |
+
if (url === "https://appexchange.salesforce.com/appxListingDetail?listingId=cf4b19d4-8667-49f7-83b0-d2bc4032527b") {
|
172 |
linkText = "Visit this link to check out the Product Filter App.";
|
173 |
} else if (url === "https://appexchange.salesforce.com/appxListingDetail?listingId=e671f4fe-92fb-4760-99e5-7a5df5754cfe") {
|
174 |
linkText = "Visit this link to check out the Mass Approvals App.";
|