Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
v4_old
/
plugins-dist
/
mediabox
/
javascript
/
plugins
:
splash.mediabox-20250625125946.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
jQuery(function($){ // poser le cookie au callback de la box chargee var set_cookie = function() { Cookies.set("modalsplash", mediabox_settings.splash_url, { expires: mediabox_settings.splash_days || 7 }); } $.modalboxsplash = function(href, options) { if (mediabox_settings.splash_iframe) { options = $.extend({ type: 'iframe', width: mediabox_settings.splash_width || '', height: mediabox_settings.splash_height || '' }, options); } options = $.extend({className: 'splashbox'}, options); $.modalbox(href,$.extend({onShow:set_cookie},options)); }; // ouvrir la splash page si pas deja vue if (Cookies.get("modalsplash") != mediabox_settings.splash_url) { $.modalboxsplash(mediabox_settings.splash_url); } });