mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-31 15:08:31 +00:00
Chat input is in now, and a ton of other stuff. Why are my commits to trash?
This commit is contained in:
parent
6a62804ec1
commit
a7e7f7498d
18 changed files with 1416 additions and 165 deletions
|
@ -141,6 +141,9 @@ FFZ.prototype._modify_cindex = function(view) {
|
|||
el.setAttribute('data-channel', id);
|
||||
el.classList.add('ffz-channel');
|
||||
|
||||
// Try changing the theater mode tooltip.
|
||||
this.$('.theatre-button a').attr('title', 'Theater Mode (Alt+T)');
|
||||
|
||||
this.ffzFixTitle();
|
||||
this.ffzUpdateUptime();
|
||||
this.ffzUpdateChatters();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue