Don't show loader for scanner if page isn't loaded yet
This commit is contained in:
@@ -102,6 +102,11 @@ Page.Manage = new Class({
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
// Don't add loader when page is loading still
|
||||
if(!self.list.navigation)
|
||||
return;
|
||||
|
||||
if(!self.progress_container)
|
||||
self.progress_container = new Element('div.progress').inject(self.list.navigation, 'after')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user