forked from 0x2620/pandora
set src after adding onload handler
This commit is contained in:
parent
06c583fd2e
commit
179f4624b6
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,6 @@ pandora.ui.home = function() {
|
|||
})
|
||||
.appendTo($box),
|
||||
$line = Ox.Element('<img>')
|
||||
.attr({src: '/static/png/line.indiancinema.png'})
|
||||
.css({
|
||||
position: 'absolute',
|
||||
left: 0,
|
||||
|
@ -99,6 +98,7 @@ pandora.ui.home = function() {
|
|||
});
|
||||
}
|
||||
})
|
||||
.attr({src: '/static/png/line.indiancinema.png'})
|
||||
.appendTo($box),
|
||||
$findInput = Ox.Input({
|
||||
width: 252
|
||||
|
|
Loading…
Reference in a new issue