mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-17 11:28:41 +01:00
remove redundant second catalog button
This commit is contained in:
parent
3d797c95ca
commit
00be5e6ced
@ -30,17 +30,7 @@ function catalog() {
|
|||||||
var link = document.createElement('a');
|
var link = document.createElement('a');
|
||||||
link.href = catalog_url;
|
link.href = catalog_url;
|
||||||
|
|
||||||
if (pages) {
|
if (!pages) {
|
||||||
link.textContent = _('Catalog');
|
|
||||||
link.style.color = '#F10000';
|
|
||||||
link.style.padding = '4px';
|
|
||||||
link.style.paddingLeft = '9px';
|
|
||||||
link.style.borderLeft = '1px solid';
|
|
||||||
link.style.borderLeftColor = '#A8A8A8';
|
|
||||||
link.style.textDecoration = "underline";
|
|
||||||
|
|
||||||
pages.appendChild(link);
|
|
||||||
} else {
|
|
||||||
link.textContent = '['+_('Catalog')+']';
|
link.textContent = '['+_('Catalog')+']';
|
||||||
link.style.paddingLeft = '10px';
|
link.style.paddingLeft = '10px';
|
||||||
link.style.textDecoration = "underline";
|
link.style.textDecoration = "underline";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user