Përurohet linja e re ajrore Prishtinë–Salzburg–Prishtinë

I Ngarkuari me Punë në Ambasadën e Republikës së Kosovës në Austri, Albinot Bimbashi, ka marrë pjesë si i ftuar nderi në ceremoninë e përurimit të linjës së re ajrore Prishtinë–Salzburg–Prishtinë, e cila u zhvillua në Aeroportin Aeroporti i Salzburgut “Wolfgang Amadeus Mozart”.
Në këtë ngjarje të rëndësishme morën pjesë edhe Drejtoresha Ekzekutive e aeroportit, Bettina Ganghofer, si dhe Përgjegjësja për Marketing, Isabella Laimer.
Linja e re direkte, e operuar nga GP Aviation, do të ofrojë dy fluturime në javë, duke krijuar mundësi më të lehta udhëtimi për mërgatën shqiptare dhe duke kontribuar në rritjen e shkëmbimeve kulturore, ekonomike dhe turistike ndërmjet Kosovës dhe Austrisë.
Me këtë zhvillim, Salzburgu bëhet qyteti i dytë në Austri, pas Vjena, që lidhet drejtpërdrejt me Kosovën përmes fluturimeve ajrore, duke shënuar një hap të rëndësishëm në forcimin e lidhjeve ndërmjet dy vendeve.
Hapja e kësaj linje konsiderohet një avancim i rëndësishëm për lëvizjen e qytetarëve dhe për thellimin e bashkëpunimit dypalësh në fusha të ndryshme.
Nga
Telegrafi
28 seconds ago
`;
}
// This is the NEW lazy-load behavior you pasted, but done safely from JS
function attachLazyGpt(slotId) {
const el = document.getElementById(slotId);
if (!el) return;
// Prevent double init
if (el.dataset.lazyInit === “1”) return;
el.dataset.lazyInit = “1”;
// Wait until required libs exist (inView + GPT + stpd)
let tries = 0;
const boot = () => {
tries++;
if (
typeof window.inView !== “function” ||
!window.googletag ||
!googletag.cmd ||
!window.stpd ||
!stpd.que
) {
if (tries < 80) return setTimeout(boot, 100);
return; // give up silently
}
// Lazy-load once when entering viewport
inView(`#${slotId}`).once(“enter”, (function () {
googletag.cmd.push(function () {
// Extra guard: only define/display once
const node = document.getElementById(slotId);
if (!node || node.dataset.gptInitialized === “1”) return;
node.dataset.gptInitialized = “1”;
// Your new code defines the slot on enter
googletag
.defineSlot(
`/22646657118/${slotId}`,
[[300, 250], [250, 250]]
,
slotId
)
.addService(googletag.pubads());
googletag.display(slotId);
stpd.que.push((function () {
stpd.initializeAdUnit(slotId);
}));
});
}));
};
boot();
}
function injectAds() {
let adIndex = 0;
for (let i = 0; i < allArticleParapgraphs.length; i++) {
if (adIndex >= adSlotIds.length) break;
const block = allArticleParapgraphs[i];
// Optional: inject immediately after image-based rebellt items
if (
INJECT_AFTER_IMAGE_REBELLT_ITEM &&
block.classList.contains(“rebellt-item”) &&
block.querySelector(“img”)
) {
const slotId = adSlotIds[adIndex];
if (!document.getElementById(slotId)) {
block.insertAdjacentHTML(“afterend”, createAdPlaceholder(slotId));
attachLazyGpt(slotId);
adIndex++;
}
continue;
}
// Normal cadence: every N blocks
if ((i + 1) % INJECT_EVERY === 0) {
const slotId = adSlotIds[adIndex];
if (!document.getElementById(slotId)) {
block.insertAdjacentHTML(“afterend”, createAdPlaceholder(slotId));
attachLazyGpt(slotId);
adIndex++;
}
}
}
}
injectAds();
})();
Top Lajme








