Utente:FixBot/DeletionBot/main2.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 13:
form_runBot = ' <button type="button">Aggiorna Log e Tabelle</button>';
form_runBotCat = ' <button type="button">Aggiorna categorie</button>';
form_log = '<textarea name="botlog" rows="50" cols="200"></textarea>';
$("#form-data").html(form_data);
d = new Date();
Riga 21 ⟶ 24:
$('#form-RunBot').html(form_runBot);
$('#form-RunBotCat').html(form_runBotCat);
$('#form-log').html(form_log);
$('#botPanel').show();
}
|