Indent + convert emojis to code form.

This commit is contained in:
Kasen IO 2020-06-30 19:33:42 -04:00
parent 16ef73c6f7
commit c99a62b719

View file

@ -185,7 +185,7 @@
+ "'class=\"responsive z-depth-2\"><br/><a href=\"javascript:gotoClipboard('" + this + "');\" target='_blank'>" + this
+ "</a><a onclick=\"gotoExternalURL('" + this
+ "');return false;\"href=\"" + this
+ "\">📲</a>");
+ "\">&#x1F4F2;</a>");
break;
case ext == "iframe":
elContent = elContent.replace(this, "<br/><iframe class=\"z-depth-2\" src='" + this
@ -197,7 +197,7 @@
+ "');\">" + this
+ "</a><a onclick=\"gotoExternalURL('" + this
+ "');return false;\"href=\"" + this
+ "\">📲</a>");
+ "\">&#x1F4F2;</a>");
break;
case protocol === "HIFI":
case protocol === "hifi":
@ -211,7 +211,7 @@
+ "');\">" + this
+ "</a><a onclick=\"gotoExternalURL('" + this
+ "');return false;\"href=\"" + this
+ "\">📲</a>";
+ "\">&#x1F4F2;</a>";
break;
}
// else fall through to default
@ -221,7 +221,7 @@
+ "\">" + this
+ "</a><a onclick=\"gotoExternalURL('" + this
+ "');return false;\"href=\"" + this
+ "\">📲</a>");
+ "\">&#x1F4F2;</a>");
break;
}