forked from leftypol/leftypol
Put threadlinks in a bar
This commit is contained in:
parent
1c4c301775
commit
ab24c2af57
3 changed files with 9 additions and 5 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue