mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
fix: builds running incorrectly
This commit is contained in:
@@ -61,6 +61,7 @@ export function OpenWhatsNewPopup() {
|
|||||||
let text = stringToHTML(/* html */ `
|
let text = stringToHTML(/* html */ `
|
||||||
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: scroll;">
|
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: scroll;">
|
||||||
<h1>3.4.6 - Massive internal reworks!</h1>
|
<h1>3.4.6 - Massive internal reworks!</h1>
|
||||||
|
<li>Fix SEQTA classes not being applied correctly causing a totally broken experience</li>
|
||||||
<li>Reworked internals to function as a plugin system (more on this soon)</li>
|
<li>Reworked internals to function as a plugin system (more on this soon)</li>
|
||||||
<li>Rebuilt theme system that is significantly less buggy</li>
|
<li>Rebuilt theme system that is significantly less buggy</li>
|
||||||
<li>Performance improvements</li>
|
<li>Performance improvements</li>
|
||||||
@@ -259,7 +260,7 @@ export function OpenWhatsNewPopup() {
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<a href="https://ko-fi.com/sethburkart" target="_blank" style="background: none !important; margin:0;margin-left:6px; padding:0;">
|
<a href="https://ko-fi.com/sethburkart" target="_blank" style="background: none !important; margin:0;margin-left:6px; padding:0;">
|
||||||
<img height="25" style="border:0px; height:25px; margin-right: -6px;" src="${browser.runtime.getURL(kofi)}" border="0" alt="Buy Me a Coffee at ko-fi.com" />
|
<img height="25" style="border:0px; height:25px; margin-right: -6px;" src="${kofi}" border="0" alt="Buy Me a Coffee at ko-fi.com" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user