mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-13 01:28:11 +00:00
9 lines
188 B
PHP
Executable File
9 lines
188 B
PHP
Executable File
<script>
|
|
@if ($theme)
|
|
window.localStorage['__theme:mode__'] = "{{ $theme }}";
|
|
@endif
|
|
@if ($language)
|
|
window.localStorage['__language:type__'] = "{{ $language }}";
|
|
@endif
|
|
</script>
|