Merge Zixaphir X
This commit is contained in:
parent
2f83193487
commit
cffc09145e
@ -9387,7 +9387,7 @@
|
|||||||
Settings[key].call(input);
|
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);
|
$.on($('input[name="Custom CSS"]', section), 'change', Settings.togglecss);
|
||||||
return $.on($.id('apply-css'), 'click', Settings.usercss);
|
return $.on($.id('apply-css'), 'click', Settings.usercss);
|
||||||
},
|
},
|
||||||
|
|||||||
@ -9410,7 +9410,7 @@
|
|||||||
Settings[key].call(input);
|
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);
|
$.on($('input[name="Custom CSS"]', section), 'change', Settings.togglecss);
|
||||||
return $.on($.id('apply-css'), 'click', Settings.usercss);
|
return $.on($.id('apply-css'), 'click', Settings.usercss);
|
||||||
},
|
},
|
||||||
|
|||||||
@ -9302,7 +9302,7 @@
|
|||||||
Settings[key].call(input);
|
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);
|
$.on($('input[name="Custom CSS"]', section), 'change', Settings.togglecss);
|
||||||
return $.on($.id('apply-css'), 'click', Settings.usercss);
|
return $.on($.id('apply-css'), 'click', Settings.usercss);
|
||||||
},
|
},
|
||||||
|
|||||||
@ -508,7 +508,7 @@ Settings =
|
|||||||
Settings[key].call input
|
Settings[key].call input
|
||||||
return
|
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 $('input[name="Custom CSS"]', section), 'change', Settings.togglecss
|
||||||
$.on $.id('apply-css'), 'click', Settings.usercss
|
$.on $.id('apply-css'), 'click', Settings.usercss
|
||||||
boardnav: ->
|
boardnav: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user