Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 29be121

Browse files
committed
Merge branch 'master' into use_webpack
2 parents 9523981 + 068b183 commit 29be121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/dashboard/subchapdetail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h2>{{=sid}}</h2>
3838
<td>{{=row["first"]}}</td>
3939
<td>{{=row["last"]}}</td>
4040
<td>{{=row["clicks"]}}</td>
41-
<td><button onclick="preview_question_id('{{=row['name']}}', 'question_viewer', '{{=sid}}', true)">View</button></td>
41+
<td><button onclick="preview_question_id('{{=row['name']}}', 'question_viewer', '{{=sid}}', false)">View</button></td>
4242
</tr>
4343
{{ pass }}
4444
</table>

0 commit comments

Comments
 (0)