Qeveria përgënjeshtron opozitën: Çmimi i naftës në Kosovë, 20 centë më i ulët se sa po pretendohet

Zëdhënësi i Qeverisë së Kosovës, Fatlum A. Jashari, ka përgënjeshtruar deklaratat e subjekteve opozitare Partia Demokratike e Kosovës (PDK) dhe Lidhja Demokratike e Kosovës (LDK), të cilat pretenduan se çmimi i naftës në vend ka kaluar mbi 2 euro për litër.
Përmes një reagimi në Facebook, Jashari ka theksuar se çmimi maksimal i lejuar aktualisht për një litër naftë është 1.83 euro, në bazë të kufizimit të marzhës nga Ministria e Industrisë, Ndërmarrësisë, Tregtisë dhe Inovacionit.
“Dy euro e tre centë për litër nafte është çmimi që opozita e do, jo e vërteta në terren. Një litër naftë sot mund të shitet maksimalisht për 1 euro e 83 centë. Është çmim i lartë, padyshim, por është 20 centë më i ulët se sa po pretendohet”, ka deklaruar ai.
Ai ka shtuar se, ndonëse Kosova nuk është imune ndaj krizës globale të çmimeve, përpjekjet për, siç i quajti, “krijim të panikës artificiale” janë të rrezikshme dhe të qëllimshme.
Sipas tij, paraqitja e një situate jo reale si fakt përbën përdorim politik në dëm të qytetarëve dhe dëshmi se debati i zhvilluar në Kuvend nuk ka qenë përpjekje e sinqertë për zgjidhje, por “farsë”./Telegrafi/
Nga
Telegrafi
1 hour 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








