Skip to content

Commit b76e17c

Browse files
boryanagoncharenkoactions-user
authored andcommitted
🤖 Automatically update generated files
1 parent 97d443a commit b76e17c

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

highlighting/highlighting-trad.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@
484484
"call": "kald|call",
485485
"clear": "rens|clear",
486486
"color": "farve|color",
487-
"comma": ",",
487+
"comma": "komma|,",
488488
"def": "def",
489489
"define": "definer|define",
490490
"echo": "ekko|echo",

static/js/appbundle.js

+5-10
Original file line numberDiff line numberDiff line change
@@ -127174,16 +127174,11 @@ def note_with_error(value, err):
127174127174
function reconfigurePageBasedOnTab(isTryItPage, enforceDevMode) {
127175127175
resetWindow();
127176127176
updatePageElements();
127177-
if (currentTab === "parsons") {
127178-
configureParson();
127179-
show_editor();
127180-
$("#fold_in_toggle_container").hide();
127181-
} else {
127182-
if (isTryItPage) {
127183-
$("[data-editorheight]").each((_, el2) => {
127184-
const height = $(el2).data("editorheight");
127185-
$(el2).css("height", height);
127186-
});
127177+
if (!isTryItPage) {
127178+
if (currentTab === "parsons") {
127179+
configureParson();
127180+
show_editor();
127181+
$("#fold_in_toggle_container").hide();
127187127182
} else {
127188127183
toggleDevelopersMode(!!enforceDevMode);
127189127184
}

static/js/appbundle.js.map

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)