This commit is contained in:
rolux 2013-03-03 12:06:08 +05:30
parent 40a8c23d4f
commit 51f09d3bc9

View file

@ -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})