Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 74141de

Browse files
committed
fix($location): remove obsolete workaround for Firefox bug
The bug was fixed in Firefox 48: https://bugzilla.mozilla.org/show_bug.cgi?id=684208, and only affected the scenario runner
1 parent 88416ec commit 74141de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ng/location.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -938,8 +938,6 @@ function $LocationProvider() {
938938
// update location manually
939939
if ($location.absUrl() !== $browser.url()) {
940940
$rootScope.$apply();
941-
// hack to work around FF6 bug 684208 when scenario runner clicks on links
942-
$window.angular['ff-684208-preventDefault'] = true;
943941
}
944942
}
945943
}

0 commit comments

Comments
 (0)