mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 20:13:40 +02:00
Indent + convert emojis to code form.
This commit is contained in:
parent
16ef73c6f7
commit
c99a62b719
1 changed files with 20 additions and 20 deletions
|
@ -185,7 +185,7 @@
|
||||||
+ "'class=\"responsive z-depth-2\"><br/><a href=\"javascript:gotoClipboard('" + this + "');\" target='_blank'>" + this
|
+ "'class=\"responsive z-depth-2\"><br/><a href=\"javascript:gotoClipboard('" + this + "');\" target='_blank'>" + this
|
||||||
+ "</a><a onclick=\"gotoExternalURL('" + this
|
+ "</a><a onclick=\"gotoExternalURL('" + this
|
||||||
+ "');return false;\"href=\"" + this
|
+ "');return false;\"href=\"" + this
|
||||||
+ "\">📲</a>");
|
+ "\">📲</a>");
|
||||||
break;
|
break;
|
||||||
case ext == "iframe":
|
case ext == "iframe":
|
||||||
elContent = elContent.replace(this, "<br/><iframe class=\"z-depth-2\" src='" + this
|
elContent = elContent.replace(this, "<br/><iframe class=\"z-depth-2\" src='" + this
|
||||||
|
@ -197,7 +197,7 @@
|
||||||
+ "');\">" + this
|
+ "');\">" + this
|
||||||
+ "</a><a onclick=\"gotoExternalURL('" + this
|
+ "</a><a onclick=\"gotoExternalURL('" + this
|
||||||
+ "');return false;\"href=\"" + this
|
+ "');return false;\"href=\"" + this
|
||||||
+ "\">📲</a>");
|
+ "\">📲</a>");
|
||||||
break;
|
break;
|
||||||
case protocol === "HIFI":
|
case protocol === "HIFI":
|
||||||
case protocol === "hifi":
|
case protocol === "hifi":
|
||||||
|
@ -211,7 +211,7 @@
|
||||||
+ "');\">" + this
|
+ "');\">" + this
|
||||||
+ "</a><a onclick=\"gotoExternalURL('" + this
|
+ "</a><a onclick=\"gotoExternalURL('" + this
|
||||||
+ "');return false;\"href=\"" + this
|
+ "');return false;\"href=\"" + this
|
||||||
+ "\">📲</a>";
|
+ "\">📲</a>";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// else fall through to default
|
// else fall through to default
|
||||||
|
@ -221,7 +221,7 @@
|
||||||
+ "\">" + this
|
+ "\">" + this
|
||||||
+ "</a><a onclick=\"gotoExternalURL('" + this
|
+ "</a><a onclick=\"gotoExternalURL('" + this
|
||||||
+ "');return false;\"href=\"" + this
|
+ "');return false;\"href=\"" + this
|
||||||
+ "\">📲</a>");
|
+ "\">📲</a>");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue