Fix CSS styles not getting applied
This commit is contained in:
parent
9515c1b01a
commit
4a562443b1
@ -128,7 +128,7 @@ class VideoData {
|
|||||||
this.pageInfo = pageInfo;
|
this.pageInfo = pageInfo;
|
||||||
this.videoStatusOk = false;
|
this.videoStatusOk = false;
|
||||||
|
|
||||||
this.vdid = `${ (Math.random() * 421) % 420}`;
|
this.vdid = `${ (Math.random() * 421).toFixed(0) }`;
|
||||||
|
|
||||||
this.userCssClassName = `uw-fuck-you-and-do-what-i-tell-you_${this.vdid}`;
|
this.userCssClassName = `uw-fuck-you-and-do-what-i-tell-you_${this.vdid}`;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user