Merge pull request #1566 from coreos-inc/fix-js-error
Fix JS errors on Enterprise plans page
This commit is contained in:
commit
63656e8dbb
3 changed files with 6 additions and 6 deletions
|
@ -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() {
|
||||
|
|
Reference in a new issue