Update fediverso-box.php
This commit is contained in:
parent
5d89388f18
commit
6d891f520d
|
|
@ -9,7 +9,7 @@ Text Domain: fediverso-box
|
|||
|
||||
if (!defined('ABSPATH')) exit;
|
||||
|
||||
// ✅ FLAG DEBUG: Cambia a true per attivare i log in console
|
||||
// FLAG DEBUG: Cambia a true per attivare i log in console
|
||||
define('FEDIVERSO_BOX_DEBUG', false);
|
||||
|
||||
// Carica solo il CSS
|
||||
|
|
@ -68,7 +68,7 @@ add_action('wp_footer', function() {
|
|||
var input = document.getElementById('fediUserInput');
|
||||
|
||||
if (!form || !input) {
|
||||
warn('⚠️ Fediverso Box: elementi non trovati');
|
||||
warn('Fediverso Box: elementi non trovati');
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -98,7 +98,7 @@ add_action('wp_footer', function() {
|
|||
return false;
|
||||
};
|
||||
|
||||
log('✅ Fediverso Box inizializzata');
|
||||
log('Fediverso Box inizializzata');
|
||||
};
|
||||
|
||||
if (document.readyState === 'loading') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue