|
|
|
@ -16,10 +16,8 @@ |
|
|
|
</style> |
|
|
|
</noscript> |
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css" /> |
|
|
|
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/outdated-browser/1.1.3/outdatedbrowser.min.css"> |
|
|
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script> |
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/outdated-browser/1.1.3/outdatedbrowser.min.js"></script> |
|
|
|
<script> |
|
|
|
function addLoadEvent(func) { |
|
|
|
@ -36,17 +34,6 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
addLoadEvent(function () { |
|
|
|
window.cookieconsent.initialise({ |
|
|
|
palette: { |
|
|
|
popup: { |
|
|
|
background: '#000' |
|
|
|
}, |
|
|
|
button: { |
|
|
|
background: '#3389ff' |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
|
|
|
|
outdatedBrowser({ lowerThan: 'borderImage', languagePath: '' }); |
|
|
|
}); |
|
|
|
</script> |
|
|
|
|