Put threadlinks in a bar

This commit is contained in:
Michael Walker 2014-12-22 19:35:09 +00:00
parent 1c4c301775
commit ab24c2af57
3 changed files with 9 additions and 5 deletions

View file

@ -36,7 +36,7 @@ $(document).ready(function(){
var countdown_interval;
// Add an update link
$("footer").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>");
$(".threadlinks span:last-child").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');