Spaces:
Running
Running
Update static/index.html
Browse files- static/index.html +5 -5
static/index.html
CHANGED
|
@@ -210,15 +210,15 @@ async function sendMessage() {
|
|
| 210 |
const formattedMessage = message.replace(linkRegex, function(url) {
|
| 211 |
let linkText;
|
| 212 |
if (url === "https://appexchange.salesforce.com/appxListingDetail?listingId=cf4b19d4-8667-49f7-83b0-d2bc4032527b") {
|
| 213 |
-
linkText = "
|
| 214 |
} else if (url === "https://appexchange.salesforce.com/appxListingDetail?listingId=e671f4fe-92fb-4760-99e5-7a5df5754cfe") {
|
| 215 |
-
linkText = "
|
| 216 |
} else if (url === "https://appexchange.salesforce.com/appxListingDetail?listingId=3473ffd3-d530-462f-828f-d2c69f80d89d") {
|
| 217 |
-
linkText = "
|
| 218 |
} else if (url === "https://appexchange.salesforce.com/appxListingDetail?listingId=6d605bd9-de3c-49d3-9fa4-ec3caabd5d63") {
|
| 219 |
-
linkText = "
|
| 220 |
} else if (url === "https://redfernstech.com/careers/") {
|
| 221 |
-
linkText = "
|
| 222 |
} else {
|
| 223 |
linkText = "Visit this link."; // Fallback for other URLs
|
| 224 |
}
|
|
|
|
| 210 |
const formattedMessage = message.replace(linkRegex, function(url) {
|
| 211 |
let linkText;
|
| 212 |
if (url === "https://appexchange.salesforce.com/appxListingDetail?listingId=cf4b19d4-8667-49f7-83b0-d2bc4032527b") {
|
| 213 |
+
linkText = "Click here";
|
| 214 |
} else if (url === "https://appexchange.salesforce.com/appxListingDetail?listingId=e671f4fe-92fb-4760-99e5-7a5df5754cfe") {
|
| 215 |
+
linkText = "Click here";
|
| 216 |
} else if (url === "https://appexchange.salesforce.com/appxListingDetail?listingId=3473ffd3-d530-462f-828f-d2c69f80d89d") {
|
| 217 |
+
linkText = "Click here";
|
| 218 |
} else if (url === "https://appexchange.salesforce.com/appxListingDetail?listingId=6d605bd9-de3c-49d3-9fa4-ec3caabd5d63") {
|
| 219 |
+
linkText = "Click here";
|
| 220 |
} else if (url === "https://redfernstech.com/careers/") {
|
| 221 |
+
linkText = "Click here";
|
| 222 |
} else {
|
| 223 |
linkText = "Visit this link."; // Fallback for other URLs
|
| 224 |
}
|