summaryrefslogtreecommitdiff
path: root/templates/admin/testexp.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/testexp.html')
-rw-r--r--templates/admin/testexp.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/testexp.html b/templates/admin/testexp.html
index 4379952..807e0f2 100644
--- a/templates/admin/testexp.html
+++ b/templates/admin/testexp.html
@@ -92,7 +92,7 @@
</div>
</div>
<script>
- var BASE_URL = window.location.origin + "/sbhs";
+var BASE_URL = window.location.origin + "/sbhs-rpi";
$("#tableId").on("click", "tr", function(e) {
$("#tableId").find("tr.highlight").removeClass("highlight");
$(this).addClass("highlight");