Alake: 114% Salary Increase For Officeholders Is Fake, No Presidential Approval Given

function getCookie(cookieName) {
let cookie = {};
document.cookie.split(‘;’).forEach(function (el) {
let [key, value] = el.split(‘=’);
cookie[key.trim()] = value;
})
return cookie[cookieName];
}

var playing = false;
var lastPopup = 0;

function showPopup(time) {
let videoElement = document.querySelector(‘.veri-video-player’).querySelector(‘video’);
let videoId = videoElement.getAttribute(‘data-video-id’);
let updateUrl = videoElement.getAttribute(‘data-api-url’);
console.log(‘Sending request with time: ‘ + time + ‘ video id: ‘ + videoId)
let watchTimeUrl = updateUrl + ‘/videos/update_watchtime’;
fetch(watchTimeUrl, {
method: ‘POST’,
cache: “no-cache”,
mode: “cors”,
headers: {
“Content-Type”: “application/json”,
},
body: JSON.stringify({
video_id: videoId
})
}).then(function (res) {
return res.json()
})
}

function checkPopup(time) {
// Number 5 is the interval for every update, Please don’t change it
// In case you have to change it please update it on the API as well to get accurate data.
if (playing && time – lastPopup >= 5) {
showPopup(time);
lastPopup = time;
}
}

videos = document.getElementsByClassName(‘veri-video-player’);
lastIndex = videos.length;
video = videos[lastIndex – 1];
license = video.getAttribute(‘data-license’);
src = video.getAttribute(‘data-url’);
player = videojs(video)

player.on(‘play’, function () {
playing = true;
});
player.on(‘pause’, function () {
playing = false;
});

player.on(‘ended’, function () {
lastPopup = 0;
});

video.onloadedmetadata = function () {
console.log(this.duration);//this refers to myVideo

};

player.on(‘timeupdate’, function () {
// Get the current time and duration of the video
var currentTime = player.currentTime();
var duration = player.duration();
// checkPopup(currentTime);

// console.log(currentTime)
// console.log(duration);

});

player.eme();

player.src({
src: src,
type: license ? ‘application/dash+xml’ : ”,
keySystems: {
‘com.widevine.alpha’: {
url: “https://0ffcee92.drm-widevine-licensing.axprod.net/AcquireLicense”,
licenseHeaders: {
“x-axdrm-message”: license
}
}
}
});
var playPromise = player.play();

Nigeria’s Presidency has said that President Bola Ahmed Tinubu has not received any proposal for a 114% increase in the salary of political and judicial officers, and as such, no such salary increase has been approved.

A statement, which was released by Dele Alake, the Special Adviser for Special Duties and Communication Strategies, read, “We have followed with consternation the viral story of the purported 114% increase in the salary of the President, Vice President, elected Federal and State political office holders and judicial officers.

“We state without any equivocation that President Bola Tinubu has not approved any salary increase, and no such proposal has been brought before him for consideration.

“While we recognise that it is within the constitutional remit of Revenue Mobilisation, Allocation and Fiscal Commission to propose and fix salaries and allowances of political office holders and Judicial Officers, such cannot come to effect until it has equally been considered and approved by the President.”

Alake went on to say that the story, which the Revenue Mobilisation Allocation and Fiscal Commission (RMAFC) had also debunked, was only released to malign President Tinubu’s administration.

The Special Adviser then issued a warning to the media saying, “It is important to reiterate to journalists, media managers, and members of the public that stories on government activities and policy issues that do not emanate from approved official communication channels should be ignored. Media practitioners are enjoined to, at all times, cross-check their stories to ensure accurate reportage, which is the hallmark of responsible journalism.”

Ozioma Samuel-Ugwuezi

The post Alake: 114% Salary Increase For Officeholders Is Fake, No Presidential Approval Given appeared first on Arise News.