diff options
Diffstat (limited to 'templates/admin/index.html')
-rw-r--r-- | templates/admin/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/index.html b/templates/admin/index.html index dba8419..a28935f 100644 --- a/templates/admin/index.html +++ b/templates/admin/index.html @@ -40,7 +40,7 @@ $(".label-warning").click(toggleState); function toggleState() { - var BASE_URL = window.location.origin + "/sbhs"; +var BASE_URL = window.location.origin + "/sbhs-rpi"; if (window.confirm("Are you sure you want to toggle the state?")) { var element = $(this); var board_class = element.attr("class"); |