mirror of
https://github.com/yattee/yattee.git
synced 2025-10-17 12:58:13 +00:00
UI improvements
This commit is contained in:
@@ -17,7 +17,7 @@ function redirect() {
|
||||
}
|
||||
|
||||
function replaceContentWithLink() {
|
||||
document.querySelector('body').innerHTML = yatteeLink();
|
||||
document.querySelector('body').innerHTML = '<h1>' + yatteeLink() + '</h1>';
|
||||
}
|
||||
|
||||
function redirectAndReplaceContentWithLink(){
|
||||
|
Reference in New Issue
Block a user