We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d728b2 commit cca2dd5Copy full SHA for cca2dd5
1 file changed
templates/account/level_test.html
@@ -372,18 +372,7 @@ <h2>진단이 완료되었습니다!</h2>
372
let currentQuestion = 0;
373
let answers = [];
374
375
-// 페이지 로드 시 트랙 초기화
376
-window.addEventListener('DOMContentLoaded', function() {
377
- currentTrack = document.getElementById('selected-track').value;
378
-
379
- if (!currentTrack || !questions[currentTrack]) {
380
- alert('올바른 트랙을 선택해주세요.');
381
- location.href = '/';
382
- return;
383
- }
384
385
- showQuestion(0);
386
-});
+
387
388
// 문항 표시
389
function showQuestion(index) {
0 commit comments