Skip to content

Commit 085a718

Browse files
authored
Update link for student council points check button
2025-2 학생회 탭이 바로 나오도록 변경
1 parent 92c6afc commit 085a718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ function printEverydayLinks()
316316
global $board;
317317
?>
318318
<div class="everyday-links">
319-
<button type="button" id="main-theme-button" class="btn btn-default" onclick="location = 'https://docs.google.com/spreadsheets/d/165mM75gJkalE1geuobB60YWLSvPzzIe-ssecshSnwKk/edit?gid=1272025224#gid=1272025224'">학생회 상벌점 확인</button>
319+
<button type="button" id="main-theme-button" class="btn btn-default" onclick="location = 'https://docs.google.com/spreadsheets/d/165mM75gJkalE1geuobB60YWLSvPzzIe-ssecshSnwKk/edit?gid=390038155'">학생회 상벌점 확인</button>
320320
<button type="button" id="main-theme-button" class="btn btn-default" onclick="location = '/util/lectureroom'">공강 신청</button>
321321
<button type="button" id="main-theme-button" class="btn btn-default" onclick="location = '/util/karaoke'">노래방 신청</button>
322322
<select id="everyday-other" class="selectpicker" data-style="btn-default" title="바로가기" data-width="180px" onchange="location = this.options[this.selectedIndex].value;">

0 commit comments

Comments
 (0)