Skip to content

Commit

Permalink
Fixes #1709: remove use of $.browser
Browse files Browse the repository at this point in the history
  • Loading branch information
birkenfeld committed Feb 6, 2015
1 parent 398a207 commit 9ecc0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/themes/basic/static/doctools.js
Expand Up @@ -154,7 +154,7 @@ var Documentation = {
* workaround a firefox stupidity
*/
fixFirefoxAnchorBug : function() {
if (document.location.hash && $.browser.mozilla)
if (document.location.hash)
window.setTimeout(function() {
document.location.href += '';
}, 10);
Expand Down

0 comments on commit 9ecc0b8

Please sign in to comment.