diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-23 17:09:43 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-23 17:09:43 +0300 |
| commit | a39d07a68a6ead602524a1a928aaf3a0f7d548a0 (patch) | |
| tree | b34195f63f3656db30294e5a8b8d88822846715a /web/html/common | |
| parent | 81c9b4450bce3726733438fc860a2f7d4c242ea9 (diff) | |
revert #1678
i got so many errors while testing it on my server
and i think we can have security issue if use this
anyway thank you and sorry about this
Diffstat (limited to 'web/html/common')
| -rw-r--r-- | web/html/common/head.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/web/html/common/head.html b/web/html/common/head.html index 9d7919b6..b2533098 100644 --- a/web/html/common/head.html +++ b/web/html/common/head.html @@ -7,16 +7,6 @@ <link rel="stylesheet" href="{{ .base_path }}assets/ant-design-vue@1.7.8/antd.min.css"> <link rel="stylesheet" href="{{ .base_path }}assets/element-ui@2.15.0/theme-chalk/display.css"> <link rel="stylesheet" href="{{ .base_path }}assets/css/custom.css?{{ .cur_ver }}"> - <link rel="manifest" href="{{ .base_path }}assets/manifest.json"> - - <script> - if ('serviceWorker' in navigator) { - navigator.serviceWorker.register('{{ .base_path }}assets/js/sw.js') - .then(function () { - console.log('Service Worker Registered'); - }); - } - </script> <style> [v-cloak] { display: none; |
