correctly set find state when loading '/'
This commit is contained in:
parent
8dedbd1bae
commit
746efb3110
6 changed files with 27 additions and 15 deletions
|
|
@ -42,6 +42,11 @@ Ox.load({
|
|||
|
||||
if (!browserSupported) {
|
||||
return;
|
||||
/*
|
||||
$('.OxLoadingScreen')
|
||||
.css({opacity: 0.9})
|
||||
.click($(this).remove);
|
||||
*/
|
||||
}
|
||||
|
||||
Ox.extend(pandora, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue