Merge Zixaphir X

This commit is contained in:
Jordan Bates 2013-04-26 12:50:32 -07:00
parent 2f83193487
commit cffc09145e
4 changed files with 4 additions and 4 deletions

View File

@ -9387,7 +9387,7 @@
Settings[key].call(input);
}
});
$.on($('input[name=Interval]', section), 'input', ThreadUpdater.cb.interval);
$.on($('input[name=Interval]', section), 'change', ThreadUpdater.cb.interval);
$.on($('input[name="Custom CSS"]', section), 'change', Settings.togglecss);
return $.on($.id('apply-css'), 'click', Settings.usercss);
},

View File

@ -9410,7 +9410,7 @@
Settings[key].call(input);
}
});
$.on($('input[name=Interval]', section), 'input', ThreadUpdater.cb.interval);
$.on($('input[name=Interval]', section), 'change', ThreadUpdater.cb.interval);
$.on($('input[name="Custom CSS"]', section), 'change', Settings.togglecss);
return $.on($.id('apply-css'), 'click', Settings.usercss);
},

View File

@ -9302,7 +9302,7 @@
Settings[key].call(input);
}
});
$.on($('input[name=Interval]', section), 'input', ThreadUpdater.cb.interval);
$.on($('input[name=Interval]', section), 'change', ThreadUpdater.cb.interval);
$.on($('input[name="Custom CSS"]', section), 'change', Settings.togglecss);
return $.on($.id('apply-css'), 'click', Settings.usercss);
},

View File

@ -508,7 +508,7 @@ Settings =
Settings[key].call input
return
$.on $('input[name=Interval]', section), 'input', ThreadUpdater.cb.interval
$.on $('input[name=Interval]', section), 'change', ThreadUpdater.cb.interval
$.on $('input[name="Custom CSS"]', section), 'change', Settings.togglecss
$.on $.id('apply-css'), 'click', Settings.usercss
boardnav: ->