diff --git a/pos/static/js/app-init.js b/pos/static/js/app-init.js index 97f2a05..92d6b21 100644 --- a/pos/static/js/app-init.js +++ b/pos/static/js/app-init.js @@ -167,12 +167,6 @@ }); } - // Also prevent any DOMContentLoaded theme switchers from overriding - // by re-applying our saved theme after a tick - setTimeout(function() { - document.documentElement.setAttribute('data-theme', savedTheme); - }, 100); - // ─── Expose globally ─── window.POS_USER = { name: name, diff --git a/pos/templates/quotations.html b/pos/templates/quotations.html index 9ed0795..c950005 100644 --- a/pos/templates/quotations.html +++ b/pos/templates/quotations.html @@ -14,8 +14,9 @@
- + +