Private GIT

Skip to content
Snippets Groups Projects
Commit 3908e006 authored by Ruud's avatar Ruud
Browse files

Stop progress search on fail. fix #1409

parent f9bdf6da
Branches
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ Page.Manage = new Class({
'onComplete': function(json){
self.update_in_progress = true;
if(!json.progress){
if(!json || !json.progress){
clearInterval(self.progress_interval);
self.update_in_progress = false;
if(self.progress_container){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment