We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df05a09 commit cb8405eCopy full SHA for cb8405e
link-fixup.js
@@ -1,6 +1,6 @@
1
(function () {
2
'use strict';
3
- if (window.location.hash.length < 1) {
+ if (!(/^\/(dev|multipage)\//.test(window.location.pathname))) {
4
return;
5
}
6
0 commit comments