Ox.Progressbar: make tooltips optional

This commit is contained in:
rolux 2012-04-14 13:54:45 +02:00
commit 3bfd8be160
2 changed files with 6 additions and 3 deletions

View file

@ -65,6 +65,7 @@ Ox.load('UI', function() {
showPercent: true,
showRestartButton: true,
showTime: true,
showTooltips: true,
width: progressWidth
})
.attr({id: 'progress2'})