Skip to content

Commit

Permalink
featureSearch.js: deleted hardcoded Index.html filename (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
szaliszali authored and dirkrombauts committed Aug 27, 2018
1 parent fde1c2f commit 6dabded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pickles/Pickles.BaseDhtmlFiles/js/featureSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

// catching instances where pushState will not work (for instance file:// protocol)
try {
var url = 'Index.html?feature=' + path;
var url = '?feature=' + path;
window.history.pushState({ path: url }, '', url);
}
catch (ex) {
Expand Down

0 comments on commit 6dabded

Please sign in to comment.