forked from 0x2620/pandora
in document.title, use mdash as separator
This commit is contained in:
parent
cf378611c8
commit
8275fb69a1
1 changed files with 2 additions and 2 deletions
|
@ -836,7 +836,7 @@ pandora.getClipVideos = function(clip, resolution) {
|
||||||
} else if (pandora.user.ui.section == 'texts') {
|
} else if (pandora.user.ui.section == 'texts') {
|
||||||
parts.push(pandora.user.ui.text ? pandora.user.ui.text : Ox._('Texts'));
|
parts.push(pandora.user.ui.text ? pandora.user.ui.text : Ox._('Texts'));
|
||||||
}
|
}
|
||||||
return parts.join(' - ');
|
return parts.join(' – ');
|
||||||
};
|
};
|
||||||
}());
|
}());
|
||||||
|
|
||||||
|
@ -1233,7 +1233,7 @@ pandora.getPageTitle = function(stateOrURL) {
|
||||||
);
|
);
|
||||||
return page
|
return page
|
||||||
? pandora.site.site.name
|
? pandora.site.site.name
|
||||||
+ (page.title ? ' - ' + page.title : '')
|
+ (page.title ? ' – ' + page.title : '')
|
||||||
: null;
|
: null;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue