Implement #137
This commit is contained in:
parent
3e2683642e
commit
01fc746334
7 changed files with 82 additions and 52 deletions
|
|
@ -346,6 +346,8 @@ $("#opt_submit").click(function() {
|
|||
var css = $("#opt_customcss").val();
|
||||
var ratio = +$("#opt_voteskip_ratio").val() || 0.5;
|
||||
opts = {
|
||||
qopen_allow_anon: $("#opt_qopen_allow_anon").prop("checked"),
|
||||
qopen_allow_guest: $("#opt_qopen_allow_guest").prop("checked"),
|
||||
qopen_allow_qnext: $("#opt_qopen_allow_qnext").prop("checked"),
|
||||
qopen_allow_move: $("#opt_qopen_allow_move").prop("checked"),
|
||||
qopen_allow_delete: $("#opt_qopen_allow_delete").prop("checked"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue