fix menu extras
This commit is contained in:
parent
bc88615c31
commit
601c23f985
2 changed files with 14 additions and 10 deletions
|
|
@ -7,11 +7,6 @@ oml.ui.transferButton = function() {
|
|||
})
|
||||
.css({
|
||||
marginRight: '6px'
|
||||
})
|
||||
.bindEvent({
|
||||
click: function() {
|
||||
oml.UI.set({page: 'transfers'});
|
||||
}
|
||||
}),
|
||||
|
||||
bandwidth = Ox.Element()
|
||||
|
|
@ -22,6 +17,11 @@ oml.ui.transferButton = function() {
|
|||
fontSize: '9px'
|
||||
})
|
||||
.html(formatBandwidth(0, 0))
|
||||
.bindEvent({
|
||||
anyclick: function() {
|
||||
oml.UI.set({page: 'transfers'});
|
||||
}
|
||||
})
|
||||
.appendTo(that);
|
||||
|
||||
function formatBandwidth(up, down) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue