wrap updater in ID span

This commit is contained in:
Bui 2014-09-29 05:18:00 +09:00 committed by czaks
parent c4fd370d3f
commit 7aa2976524

View File

@ -29,7 +29,7 @@ $(document).ready(function(){
var countdown_interval;
// Add an update link
$('.boardlist.bottom').prev().after("<a href='#' id='update_thread' style='padding-left:10px'>["+_("Update")+"]</a> (<input type='checkbox' id='auto_update_status' checked> Auto) <span id='update_secs'></span>");
$('.boardlist.bottom').prev().after("<span id='updater'><a href='#' id='update_thread' style='padding-left:10px'>["+_("Update")+"]</a> (<input type='checkbox' id='auto_update_status' checked> Auto) <span id='update_secs'></span></span>");
// Grab the settings
var settings = new script_settings('auto-reload');