Skip to content

Commit ed7f703

Browse files
committed
replaceState requires title again
1 parent af90efb commit ed7f703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Griddly/Scripts/griddly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
// user refreshed page, go back to defaults
7979
delete history.state.griddly[this.options.url];
8080

81-
history.replaceState(history.state);
81+
history.replaceState(history.state, document.title);
8282
}
8383
}
8484
}

0 commit comments

Comments
 (0)