Skip to content

Commit 70c89ae

Browse files
authored
Fix facets not reloading when browser back button is pressed (Islandora#93)
1 parent 818baf0 commit 70c89ae

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

js/facets/facets-views-ajax.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,7 @@
180180
});
181181

182182
window.addEventListener("popstate", function (e) {
183-
if (e.state != null) {
184183
reload(window.location.href);
185-
}
186184
});
187185

188186
/**

0 commit comments

Comments
 (0)