Skip to content

Commit 53d3bd1

Browse files
authored
fix: the full link to the graph (freifunk#275)
2 parents e4f4935 + 15b4d5b commit 53d3bd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/gui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const Gui = function (language: ReturnType<typeof Language>) {
8888
} else {
8989
data = { view: "map" };
9090
}
91-
router.deepUrl(data);
91+
router.fullUrl(data);
9292
};
9393

9494
buttons.appendChild(buttonToggle);

0 commit comments

Comments
 (0)