diff options
author | coderick14 | 2017-07-04 18:49:04 +0530 |
---|---|---|
committer | coderick14 | 2017-07-04 18:49:04 +0530 |
commit | fb28f7156580fa36d50f72739c251a097a847e84 (patch) | |
tree | 78f790eb2f38a0831386f5f5ff84368127dc5fc0 /templates/admin/changeMID.html | |
parent | a0754b1f610c9889c837390de10625c50f116b81 (diff) | |
download | SBHS-2018-Rpi-fb28f7156580fa36d50f72739c251a097a847e84.tar.gz SBHS-2018-Rpi-fb28f7156580fa36d50f72739c251a097a847e84.tar.bz2 SBHS-2018-Rpi-fb28f7156580fa36d50f72739c251a097a847e84.zip |
Change url to /sbhs-rpi from /sbhs
Diffstat (limited to 'templates/admin/changeMID.html')
-rw-r--r-- | templates/admin/changeMID.html | 4 |
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' |