Aha; oh woaw.
This commit is contained in:
parent
407738f553
commit
e8a06be0f5
@ -1382,7 +1382,7 @@
|
|||||||
return $.append(d.body, qr.el);
|
return $.append(d.body, qr.el);
|
||||||
},
|
},
|
||||||
persist: function() {
|
persist: function() {
|
||||||
$.append(d.body, qr.dialog());
|
qr.dialog();
|
||||||
return qr.autohide.set();
|
return qr.autohide.set();
|
||||||
},
|
},
|
||||||
close: function() {
|
close: function() {
|
||||||
|
|||||||
@ -1111,7 +1111,7 @@ qr =
|
|||||||
$.append d.body, qr.el
|
$.append d.body, qr.el
|
||||||
|
|
||||||
persist: ->
|
persist: ->
|
||||||
$.append d.body, qr.dialog()
|
qr.dialog()
|
||||||
qr.autohide.set()
|
qr.autohide.set()
|
||||||
|
|
||||||
close: ->
|
close: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user