This commit is contained in:
SethBurkart123
2023-09-05 11:57:59 +10:00
parent a64d2497cb
commit b10baa820f
2 changed files with 10 additions and 14 deletions
+1 -1
View File
@@ -1874,7 +1874,7 @@ function AddBetterSEQTAElements(toggle) {
titlebar.classList.add("titlebar");
let container = document.getElementById("content");
container.append(titlebar);
var NewButtonStr = "<li class=\"item\" data-key=\"home\" id=\"homebutton\" data-path=\"/home\" data-betterseqta=\"true\"><label><svg style=\"width:24px;height:24px\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z\" /></svg>Home</label></li>";
var NewButtonStr = "<li class=\"item\" data-key=\"home\" id=\"homebutton\" data-path=\"/home\" data-betterseqta=\"true\"><label><svg style=\"width:24px;height:24px\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z\" /></svg><span>Home</span></label></li>";
var NewButton = stringToHTML(NewButtonStr);
var menu = document.getElementById("menu");
var List = menu.firstChild;