Änderungen

351 Bytes hinzugefügt ,  10:30, 14. Jun. 2019
keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:  
if (document.title == "Salzburgwiki") {
 
if (document.title == "Salzburgwiki") {
 
   location.href = "https://www.sn.at/wiki/Salzburgwiki_Mobil";
 
   location.href = "https://www.sn.at/wiki/Salzburgwiki_Mobil";
 +
}
 +
var oewaPath = "Service/Verzeichnisse/LexikaGlossareEnzyklopedien/moewa/";
 +
var oewaFrabo = "mo";
 +
 +
if (window.iom) {
 +
var oewa_data = {
 +
"cn":"at", // country
 +
"st":"at_w_atsn", // sitename
 +
"cp":oewaPath, // kategorienpfad
 +
"sv":oewaFrabo, // Format der Befragungseinladung
 +
"ps":"lin", // Privacy setting
 +
"sc":"yes"
 +
};
 +
iom.h(oewa_data,1);
 
}
 
}