HEX
Server: Apache
System: Linux webd003.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/adspray/wp-content/themes/aivons-child/assets/js/ADS_script.js
/* global jQuery:false */
/* global KICKER_STORAGE:false */

( function() {
	"use strict";

})(); 

var ADS_pop_up_open = function(id) {
	let ADS_id_to_open = document.getElementById(id);
	ADS_id_to_open.classList.add('ADS_active_pop_up');
}
var ADS_pop_up_close = function(id) {
	let ADS_id_to_open = document.getElementById(id);
	ADS_id_to_open.classList.remove('ADS_active_pop_up');
}