Avoid throwing error on quick view switch away from the appstore
This commit is contained in:
@@ -363,7 +363,7 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
|
||||
});
|
||||
}
|
||||
|
||||
document.getElementById('appstoreGrid').scrollIntoView();
|
||||
if (document.getElementById('appstoreGrid')) document.getElementById('appstoreGrid').scrollIntoView();
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user