Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Reduced the font size of the "shared from" text
Browse files Browse the repository at this point in the history
  • Loading branch information
ocrdu committed May 21, 2019
1 parent 9589c5d commit 59fc805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Remote/shareonsteemit.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function pasteParams() {
var path = window.opener.document.location.toString();
path = path.substr(0, path.lastIndexOf("\/")) + "/";
document.getElementById("title").setAttribute("value", window.opener.document.title);
document.getElementById("article").value = "<hr>\n\n*Shared from: " + window.opener.location.href + "*\n\n<hr>";
document.getElementById("article").value = "<hr>\n\n*<sup>Shared from: " + window.opener.location.href + "</sup>*\n\n<hr>";
document.getElementById("article").innerHTML = document.getElementById("article").value;
try {
var blurbRequest = new XMLHttpRequest(); //Should probably be implemented with fetch and promises these days,
Expand Down

0 comments on commit 59fc805

Please sign in to comment.