Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
Prev Previous commit
Next Next commit
fixed spelling issue
  • Loading branch information
ArcticSpaceFox committed Oct 3, 2019
commit 68f2d05ca28fd7fdc130f5633107482fdafe6e8d
2 changes: 1 addition & 1 deletion src/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ var app = app || {};
if (!match) {
const query = btoa(db.address.toString());
document.location.href = document.location.href.replace(/\?.+$/, "");
document.location.href = document.location.href + `?query=${queryString}`;
document.location.href = document.location.href + `?query=${query}`;
}

// Create the data model
Expand Down