mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
fixed build !wip
This commit is contained in:
parent
b1cd9cf386
commit
ff52e0e255
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ export class TvRequestsComponent implements OnInit {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
public openClosestTab(el: any) {
|
public openClosestTab(el: any) {
|
||||||
debugger;
|
|
||||||
const rowclass = "undefined ng-star-inserted";
|
const rowclass = "undefined ng-star-inserted";
|
||||||
el = el.toElement || el.relatedTarget || el.target;
|
el = el.toElement || el.relatedTarget || el.target;
|
||||||
while (el.className !== rowclass) {
|
while (el.className !== rowclass) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue