forked from 0x2620/pandora
typo
This commit is contained in:
parent
40a8c23d4f
commit
51f09d3bc9
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ pandora.ui.allItems = function() {
|
||||||
Ox.Button({
|
Ox.Button({
|
||||||
style: 'symbol',
|
style: 'symbol',
|
||||||
title: 'add',
|
title: 'add',
|
||||||
tooltip: canAddItems ? 'Add ' + pandora.site.itemName.singular : ''
|
tooltip: canAddItems ? 'Add ' + pandora.site.itemName.singular : '',
|
||||||
type: 'image'
|
type: 'image'
|
||||||
})
|
})
|
||||||
.css({opacity: canAddItems ? 1 : 0.25})
|
.css({opacity: canAddItems ? 1 : 0.25})
|
||||||
|
|
Loading…
Reference in a new issue