mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-15 17:46:55 +00:00
Closes #9
Closes #8 Use position: fixed for positioning the theater mode channel metadata view.
This commit is contained in:
parent
f9e3d41e65
commit
c7c07d4c58
3 changed files with 24 additions and 42 deletions
|
@ -31,9 +31,9 @@ FFZ.prototype.setup_channel = function() {
|
|||
this.update_views('component:channel-redesign', this.modify_channel_redesign);
|
||||
this.update_views('component:channel-redesign/live', this.modify_channel_live);
|
||||
|
||||
this.log("Hooking the Ember Channel Index component.");
|
||||
/*this.log("Hooking the Ember Channel Index component.");
|
||||
if ( ! this.update_views('component:legacy-channel', this.modify_channel_index) )
|
||||
return;
|
||||
return;*/
|
||||
|
||||
var f = this,
|
||||
Channel = utils.ember_lookup('controller:channel');
|
||||
|
@ -568,7 +568,7 @@ FFZ.prototype.modify_channel_redesign = function(view) {
|
|||
}
|
||||
|
||||
|
||||
FFZ.prototype.modify_channel_index = function(view) {
|
||||
/*FFZ.prototype.modify_channel_index = function(view) {
|
||||
var f = this;
|
||||
utils.ember_reopen_view(view, {
|
||||
ffz_init: function() {
|
||||
|
@ -1105,7 +1105,7 @@ FFZ.prototype.modify_channel_index = function(view) {
|
|||
el.innerHTML = utils.time_to_string(uptime, false, false, false, f.settings.stream_uptime === 1 || f.settings.stream_uptime === 3);
|
||||
}
|
||||
});
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
// ---------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue