Merge pull request #1566 from coreos-inc/fix-js-error

Fix JS errors on Enterprise plans page
This commit is contained in:
josephschorr 2016-06-21 14:12:57 -04:00 committed by GitHub
commit 63656e8dbb
3 changed files with 6 additions and 6 deletions

View file

@ -14,9 +14,7 @@
UserService.updateUserIn($scope);
$('.plan-tabs a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
$scope.$apply(function() {
$location.search({'tab': e.target.getAttribute('data-target').substr(1)});
});
$location.search({'tab': e.target.getAttribute('data-target').substr(1)});
});
$scope.signedIn = function() {