You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
679 B
9 lines
679 B
/*! |
|
* Tabler v1.0.0-beta19 (https://tabler.io) |
|
* @version 1.0.0-beta19 |
|
* @link https://tabler.io |
|
* Copyright 2018-2023 The Tabler Authors |
|
* Copyright 2018-2023 codecalm.net Paweł Kuna |
|
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE) |
|
*/ |
|
!function(e){"function"==typeof define&&define.amd?define(e):e()}((function(){"use strict";var e,t="tablerTheme",a=new Proxy(new URLSearchParams(window.location.search),{get:function(e,t){return e.get(t)}});if(a.theme)localStorage.setItem(t,a.theme),e=a.theme;else{var n=localStorage.getItem(t);e=n||"light"}"dark"===e?document.body.setAttribute("data-bs-theme",e):document.body.removeAttribute("data-bs-theme")})); |