forked from 0x2620/pandora
add ; to make firefox happy
This commit is contained in:
parent
2324beb54f
commit
c9ad7b04ba
1 changed files with 1 additions and 1 deletions
|
@ -1083,7 +1083,7 @@ $ui.statusbar = new Ox.Bar({
|
|||
width: parseInt($document.width() * 0.8)
|
||||
}).css({
|
||||
overflow: "hidden"
|
||||
}).append($manage).open(),
|
||||
}).append($manage).open();
|
||||
});
|
||||
Ox.Event.bind("click_query", function(event, data) {
|
||||
var $dialog = new Ox.Dialog({
|
||||
|
|
Loading…
Reference in a new issue