Don't color user tabs
This commit is contained in:
parent
5564165a20
commit
09dc108946
@ -356,6 +356,9 @@ function getIdentifierInternal(urlstr) {
|
||||
// page left sidebar
|
||||
if (urlstr.dataset.endpoint) return null;
|
||||
|
||||
// profile tabs
|
||||
if (urlstr.dataset.tabKey) return null;
|
||||
|
||||
var gt = urlstr.dataset.gt;
|
||||
if (gt) {
|
||||
var gtParsed = JSON.parse(gt);
|
||||
|
Loading…
x
Reference in New Issue
Block a user