mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-09 23:18:37 +02:00
remove automatic refresh in case of error
This commit is contained in:
@@ -1346,7 +1346,6 @@ angular
|
|||||||
(err) => {
|
(err) => {
|
||||||
$scope.type = "error";
|
$scope.type = "error";
|
||||||
$scope.content = err.data.error;
|
$scope.content = err.data.error;
|
||||||
setTimeout(init, 2500);
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user