Make dialog work.

This commit is contained in:
James Cole
2024-08-03 18:42:06 +02:00
parent 3811aff206
commit d2e9b64bf5
4 changed files with 22 additions and 26 deletions

View File

@@ -31,7 +31,6 @@ import observePlugin from 'store/plugins/observe';
import Alpine from "alpinejs";
import * as bootstrap from 'bootstrap';
import {getFreshVariable} from "../store/get-fresh-variable.js";
// import even more
import {getVariable} from "../store/get-variable.js";
import {getViewRange} from "../support/get-viewrange.js";
import {loadTranslations} from "../support/load-translations.js";

View File

@@ -21,5 +21,5 @@
export function showInternalsButton() {
console.log('showInternalsButton');
document.querySelector('.toggle-page-internals').classList.remove('d-none')
document.querySelector('.toggle-page-internals').classList.remove('d-none');
}