Skip to content

Commit

Permalink
Minor target URL fix for bookmarklets
Browse files Browse the repository at this point in the history
  • Loading branch information
tsitu committed Apr 25, 2024
1 parent a283795 commit ef6492d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/bookmarklet/bm-cre.js
Original file line number Diff line number Diff line change
Expand Up @@ -704,8 +704,8 @@
}

function sendData(parameters) {
// var url = "https://tsitu.github.io/MH-Tools/cre.html?";
var url = "http://localhost:8000/cre.html?";
var url = "https://tsitu.github.io/MH-Tools/cre.html?";
// var url = "http://localhost:8000/cre.html?";

for (var key in parameters) {
var value = encodeURIComponent(parameters[key]);
Expand Down
4 changes: 2 additions & 2 deletions src/bookmarklet/bm-setup-fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -696,8 +696,8 @@
}

function sendData(parameters) {
// var url = "https://tsitu.github.io/MH-Tools/setup.html?";
var url = "http://localhost:8000/setup.html?";
var url = "https://tsitu.github.io/MH-Tools/setup.html?";
// var url = "http://localhost:8000/setup.html?";

for (var key in parameters) {
var value = encodeURIComponent(parameters[key]);
Expand Down

0 comments on commit ef6492d

Please sign in to comment.