mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Disable cookie/analytics
Simplify menu items Update some links
This commit is contained in:
parent
d096a9c160
commit
c7b46ef228
5 changed files with 17 additions and 5 deletions
|
@ -21,7 +21,9 @@ http://opensource.org/licenses/MIT.
|
|||
<script src="/js/jquery/jquery.qrcode.min.js"></script>
|
||||
{% endif %}
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
<link rel="apple-touch-icon-precomposed" href="/img/icons/logo_ios.png"/>
|
||||
<link rel="apple-touch-icon-precomposed" href="/img/icons/logo_dash_circle_normal.png"/>
|
||||
|
||||
<!-- Turn off cookie/analytic stuff
|
||||
<script>
|
||||
window.cookieconsent_options = {
|
||||
theme: 'light-floating'
|
||||
|
@ -35,3 +37,4 @@ if( navigator.doNotTrack != "yes" && navigator.doNotTrack != "1" && window.doNot
|
|||
document.getElementsByTagName("head")[0].appendChild(script);
|
||||
}
|
||||
</script>
|
||||
-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue