mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
fix: custom sidebar layouts not applying on page load #205
This commit is contained in:
+3
-3
@@ -171,6 +171,7 @@ export function OpenWhatsNewPopup() {
|
|||||||
<li>Fixed timetable quickbar arrow receiving the wrong colour</li>
|
<li>Fixed timetable quickbar arrow receiving the wrong colour</li>
|
||||||
<li>Auto-applied selected theme after saving in theme creator</li>
|
<li>Auto-applied selected theme after saving in theme creator</li>
|
||||||
<li>Fixed a bug where timetable was clipped at certain times</li>
|
<li>Fixed a bug where timetable was clipped at certain times</li>
|
||||||
|
<li>Fixed custom sidebar layouts not applying on page load</li>
|
||||||
<li>Improved spacing of the message editor buttons</li>
|
<li>Improved spacing of the message editor buttons</li>
|
||||||
<li>Added HEX colour input to the theme creator</li>
|
<li>Added HEX colour input to the theme creator</li>
|
||||||
<li>Fixed theme application in the creator</li>
|
<li>Fixed theme application in the creator</li>
|
||||||
@@ -2792,9 +2793,8 @@ export async function SendNewsPage() {
|
|||||||
|
|
||||||
async function CheckForMenuList() {
|
async function CheckForMenuList() {
|
||||||
try {
|
try {
|
||||||
if (document.getElementById('menu')?.firstChild) {
|
await waitForElm('#menu > ul');
|
||||||
ObserveMenuItemPosition()
|
ObserveMenuItemPosition();
|
||||||
}
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user