diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js
index f12b3fcd8..c131daff7 100644
--- a/builds/appchan-x.user.js
+++ b/builds/appchan-x.user.js
@@ -405,7 +405,7 @@
},
boardnav: "[ toggle-all ]\n[current-title]\n[external-text:\"FAQ\",\"https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions\"]",
QR: {
- 'QR.personas': "#email:\"sage\";boards:jp;always"
+ 'QR.personas': "#options:\"sage\";boards:jp;always"
},
time: '%m/%d/%y(%a)%H:%M:%S',
backlink: '>>%id',
@@ -9107,7 +9107,7 @@
dialog: function() {
var dialog, elm, event, i, items, name, node, nodes, prop, rules, save, setNode, _, _i, _len, _ref, _ref1, _ref2;
QR.nodes = nodes = {
- el: dialog = UI.dialog('qr', 'top:0;right:0;', "
")
+ el: dialog = UI.dialog('qr', 'top:0;right:0;', "")
};
setNode = function(name, query) {
return nodes[name] = $(query, dialog);
@@ -9154,7 +9154,7 @@
QR.max_size_video = 3145728;
QR.max_width_video = QR.max_height_video = 2048;
QR.max_duration_video = 120;
- QR.spoiler = !!$('input[name=spoiler]');
+ QR.spoiler = !!$('.postForm input[name=spoiler]');
if (QR.spoiler) {
$.addClass(QR.nodes.el, 'has-spoiler');
} else {
@@ -9911,7 +9911,7 @@
if (item[0] === '#') {
return;
}
- if (!(match = item.match(/(name|email|subject|password):"(.*)"/i))) {
+ if (!(match = item.match(/(name|options|email|subject|password):"(.*)"/i))) {
return;
}
_ref = match, match = _ref[0], type = _ref[1], val = _ref[2];
@@ -9924,6 +9924,9 @@
QR.persona.pwd = val;
return;
}
+ if (type === 'options') {
+ type = 'email';
+ }
if (type === 'subject') {
type = 'sub';
}
@@ -17246,7 +17249,7 @@
},
advanced: function(section) {
var archBoards, boardID, boardOptions, boardSelect, boards, event, files, i, input, inputs, item, items, name, o, row, rows, software, ta, table, withCredentials, _i, _j, _k, _l, _len, _len1, _len2, _len3, _len4, _len5, _m, _n, _ref, _ref1, _ref2, _ref3, _ref4, _ref5;
- section.innerHTML = "