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),
|
.appendTo($box),
|
||||||
$line = Ox.Element('<img>')
|
$line = Ox.Element('<img>')
|
||||||
.attr({src: '/static/png/line.indiancinema.png'})
|
|
||||||
.css({
|
.css({
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
left: 0,
|
left: 0,
|
||||||
|
@ -99,6 +98,7 @@ pandora.ui.home = function() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
.attr({src: '/static/png/line.indiancinema.png'})
|
||||||
.appendTo($box),
|
.appendTo($box),
|
||||||
$findInput = Ox.Input({
|
$findInput = Ox.Input({
|
||||||
width: 252
|
width: 252
|
||||||
|
|
Loading…
Reference in a new issue