mirror of
https://github.com/yattee/yattee.git
synced 2025-12-02 14:18:14 +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