PluginProbe
Robin Image Optimizer – Unlimited Image Optimization, WebP & AVIF / 2.0.7
Robin Image Optimizer – Unlimited Image Optimization, WebP & AVIF v2.0.7
2.0.7 2.0.6 2.0.5 trunk 1.3.7 1.4.0 1.4.1 1.4.2 1.4.6 1.5.0 1.5.3 1.5.6 1.5.8 1.6.5 1.6.6 1.6.9 1.7.0 1.7.4 1.8.1 1.8.2 1.9.0 2.0.0 2.0.1 2.0.2 2.0.3 All 26 releases
robin-image-optimizer / admin / assets / js / notices.js
notices.js
12 lines 450 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 if (typeof window.tsdk_reposition_notice === 'function') {
2 document.addEventListener('DOMContentLoaded', function() {
3 setTimeout(function() {
4 window.tsdk_reposition_notice();
5 const themeisleSale = document.getElementById('tsdk_banner')?.querySelector('.themeisle-sale');
6 if (themeisleSale) {
7 themeisleSale.style.setProperty('display', 'block','important');
8 themeisleSale.style.setProperty('margin-left', '0');
9 }
10 }, 0);
11 });
12 }