default.js: first title in tab header
This commit is contained in:
@@ -433,6 +433,11 @@ $(document).ready(
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
initLabels();
|
initLabels();
|
||||||
|
let title = '';
|
||||||
|
if (title=='') title = $('.panel-header').first().text();
|
||||||
|
if (title=='') title = $('h2').first().text();
|
||||||
|
document.title = title
|
||||||
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user