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.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/admin/changeMID.html b/templates/admin/changeMID.html
index b788ff1..125bc48 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-rpi";
+ var BASE_URL = window.location.origin + "/sbhs";
var username = $("#username").val().split(" ")[0];
var board_id = $("#mid").children(":selected").attr("id");
@@ -67,7 +67,7 @@
// for live search of usernames
if (sessionStorage.getItem("fetchedUsers") == null) {
-var BASE_URL = window.location.origin + "/sbhs-rpi";
+var BASE_URL = window.location.origin + "/sbhs";
var request = $.ajax({
url: BASE_URL + '/admin/getusers',
method: 'POST'
@@ -115,4 +115,4 @@ var BASE_URL = window.location.origin + "/sbhs-rpi";
appendUsers();
</script>
</div>
-{% endblock %} \ No newline at end of file
+{% endblock %}