mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-25 16:00:22 +01:00
js/catalog-link.js: i18n fix
This commit is contained in:
parent
777e98ad85
commit
4f09574149
@ -29,7 +29,7 @@ if (pages) {
|
|||||||
pages.appendChild(link)
|
pages.appendChild(link)
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
link.textContent = '['+_('Catalog').']';
|
link.textContent = '['+_('Catalog')+']';
|
||||||
link.style.paddingLeft = '10px';
|
link.style.paddingLeft = '10px';
|
||||||
link.style.textDecoration = "underline";
|
link.style.textDecoration = "underline";
|
||||||
document.body.insertBefore(link, bottom);
|
document.body.insertBefore(link, bottom);
|
||||||
|
Loading…
Reference in New Issue
Block a user