mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
9 lines
202 B
PHP
Executable File
9 lines
202 B
PHP
Executable File
<script>
|
|
@if ($theme)
|
|
window.localStorage.setItem("__theme:mode__", "{{ $theme }}");
|
|
@endif
|
|
@if ($language)
|
|
window.localStorage.setItem("__language:type__", "{{ $language }}");
|
|
@endif
|
|
</script>
|