mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
experimental: full support for background photos and videos
This commit is contained in:
+3
-2
@@ -1157,7 +1157,6 @@ function ReplaceMenuSVG(element, svg) {
|
||||
|
||||
function AddBetterSEQTAElements(toggle) {
|
||||
var code = document.getElementsByClassName("code")[0];
|
||||
appendBackgroundToUI();
|
||||
// Replaces students code with the version of BetterSEQTA
|
||||
if (code != null) {
|
||||
if (!code.innerHTML.includes("BetterSEQTA")) {
|
||||
@@ -1324,8 +1323,10 @@ function AddBetterSEQTAElements(toggle) {
|
||||
SendNewsPage();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
appendBackgroundToUI();
|
||||
CallExtensionSettings();
|
||||
|
||||
// If betterSEQTA+ is enabled, run the code
|
||||
|
||||
Reference in New Issue
Block a user