diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/js/gsec.js | 2 | ||||
-rw-r--r-- | assets/pages-src/about.bvr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/js/gsec.js b/assets/js/gsec.js index 73e8fd2..3dcde88 100644 --- a/assets/js/gsec.js +++ b/assets/js/gsec.js @@ -18,7 +18,7 @@ function slDayToInt(inputString) { // wtf return fourCharDays.indexOf(fourChars); } -const GSE_URL = "https://zgimsis.gimb.tk/gse/"; +const GSE_URL = "https://zgimsis.gimb.tk/"; /* sheer fucking luck I didn't put /gse/ as part of every API method URL */ const GSEC_ERR_NET = "GSEC NETWORK ERROR (ajax error)"; const GSEC_ERR_NET_POSTBACK_GET = "GSEC NETWORK ERROR (ajax error) in postback GET" const GSEC_ERR_NET_POSTBACK_POST = "GSEC NETWORK ERROR (ajax error) in postback POST" diff --git a/assets/pages-src/about.bvr b/assets/pages-src/about.bvr index 144576e..db312d7 100644 --- a/assets/pages-src/about.bvr +++ b/assets/pages-src/about.bvr @@ -94,7 +94,7 @@ class="btn-floating btn-medium waves-effect waves-light button-theme-gimb" type="button"> <i class="material-icons">message</i> </a> - <a target="_blank" href="https://instagram.com/rstular/" + <a target="_blank" href="https://instagram.com/asijanec/" class="btn-floating btn-medium waves-effect waves-light button-theme-gimb"> <i class="fab fa-instagram"></i> </a> |