summaryrefslogtreecommitdiff
path: root/templates/admin/changeMID.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/changeMID.html')
-rw-r--r--templates/admin/changeMID.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin/changeMID.html b/templates/admin/changeMID.html
index a2ca257..1ccfea0 100644
--- a/templates/admin/changeMID.html
+++ b/templates/admin/changeMID.html
@@ -31,7 +31,7 @@
function updateMID() {
$("#update-btn").prop('disabled',true);
- var BASE_URL = window.location.origin + "/sbhs";
+var BASE_URL = window.location.origin + "/sbhs-rpi";
var username = $("#username").val();
var board_id = $("#mid").children(":selected").attr("id");
@@ -65,7 +65,7 @@
// for live search of usernames
if (sessionStorage.getItem("fetchedUsers") == null) {
- var BASE_URL = window.location.origin + "/sbhs";
+var BASE_URL = window.location.origin + "/sbhs-rpi";
var request = $.ajax({
url: BASE_URL + '/admin/getusers',
method: 'POST'