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({
|
||||
style: 'symbol',
|
||||
title: 'add',
|
||||
tooltip: canAddItems ? 'Add ' + pandora.site.itemName.singular : ''
|
||||
tooltip: canAddItems ? 'Add ' + pandora.site.itemName.singular : '',
|
||||
type: 'image'
|
||||
})
|
||||
.css({opacity: canAddItems ? 1 : 0.25})
|
||||
|
|
Loading…
Reference in a new issue