Spaces:
Running
Running
Update static/menu.js
Browse files- static/menu.js +1 -1
static/menu.js
CHANGED
@@ -8,7 +8,7 @@ function showUserRegister() {
|
|
8 |
function showResults() {
|
9 |
window.location.href = "feedback";
|
10 |
}
|
11 |
-
function
|
12 |
window.location.href = "talk_detail";
|
13 |
}
|
14 |
function resetAction() {
|
|
|
8 |
function showResults() {
|
9 |
window.location.href = "feedback";
|
10 |
}
|
11 |
+
function showTalkDetail() {
|
12 |
window.location.href = "talk_detail";
|
13 |
}
|
14 |
function resetAction() {
|