forked from Simnation/Main
Update script.js
This commit is contained in:
parent
7d9379fe09
commit
fe1ef7a163
1 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,10 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
|
||||
function initializeDJSystem() {
|
||||
console.log('DJ System: Initializing professional interface...');
|
||||
|
||||
// Lösche gespeicherte Einstellungen, um die neue Position zu erzwingen
|
||||
localStorage.removeItem('djInterfacePosition');
|
||||
localStorage.removeItem('djInterfaceSize');
|
||||
|
||||
// Initialisiere Interface-Einstellungen
|
||||
initializeInterfaceSettings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue