mirror of
https://github.com/microsoft/graphrag.git
synced 2025-12-26 14:38:52 +00:00
Deploying to gh-pages from @ microsoft/graphrag@072d8a9cd0 🚀
This commit is contained in:
parent
3efddae502
commit
8ae499fa09
14
index.html
14
index.html
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -368,7 +380,7 @@ For a deeper dive into the main sub-systems, please visit the docpages for the <
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -510,7 +522,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -1245,7 +1257,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -514,7 +526,7 @@ API_KEY=some_api_key
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -343,7 +355,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -429,7 +441,7 @@ poetry <span class="token function">install</span></code></pre>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -456,7 +468,7 @@ Once the pipeline is complete, you should see a new folder called <code>./ragtes
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -364,7 +376,7 @@ This allows our indexer to be more resilient to network issues, to act idempoten
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -405,7 +417,7 @@ Entities and Relationships are extracted at once in our <em>entity_extract</em>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -355,7 +367,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -374,7 +386,7 @@ The default value is</p>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -409,7 +421,7 @@ pipeline_result <span class="token operator">=</span> outputs<span class="token
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -337,7 +349,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -379,7 +391,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -369,7 +381,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -337,7 +349,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -363,7 +375,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -373,7 +385,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -367,7 +379,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -337,7 +349,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -393,7 +405,7 @@ max</li>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -335,7 +347,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -342,7 +354,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -352,7 +364,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -350,7 +362,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -350,7 +362,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -337,7 +349,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -339,7 +351,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -341,7 +353,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -341,7 +353,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -341,7 +353,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -339,7 +351,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -341,7 +353,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -341,7 +353,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -342,7 +354,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -342,7 +354,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -341,7 +353,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -341,7 +353,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -341,7 +353,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -343,7 +355,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -341,7 +353,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -335,7 +347,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -358,7 +370,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -352,7 +364,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -350,7 +362,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -378,7 +390,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -529,7 +541,7 @@ result<span class="token punctuation">.</span>context_data<span class="token pun
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -807,7 +819,7 @@ candidate_questions <span class="token operator">=</span> <span class="token key
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -339,7 +351,7 @@ a {
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
@ -154,6 +154,18 @@ a {
|
||||
}
|
||||
|
||||
addEventListener("DOMContentLoaded", initialize)
|
||||
addEventListener("DOMContentLoaded", checkCookieManager)
|
||||
|
||||
function checkCookieManager(){
|
||||
if(siteConsent.isConsentRequired){
|
||||
document.getElementById("cookiesManager").style.display = 'block';
|
||||
document.getElementById("divider").style.display = 'block';
|
||||
}
|
||||
else{
|
||||
document.getElementById("cookiesManager").style.display = 'none';
|
||||
document.getElementById("divider").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function manageConsent() {
|
||||
if(siteConsent.isConsentRequired){
|
||||
@ -350,7 +362,7 @@ It is responsible for the following tasks:</p>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy</a>
|
||||
|
|
||||
<span id="cookiesManager" onClick="manageConsent();">Cookies</span>
|
||||
|
|
||||
<span id="divider">|</span>
|
||||
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a>
|
||||
|
|
||||
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user