move updater to bottom-right
so that it doesn't cover up the options button
This commit is contained in:
parent
e064ac1241
commit
8852d158b0
@ -1339,7 +1339,7 @@
|
|||||||
html += "<div><label title=\"Make this thread auto update\">Auto Update Local<input type=checkbox name=autoL></label></div>";
|
html += "<div><label title=\"Make this thread auto update\">Auto Update Local<input type=checkbox name=autoL></label></div>";
|
||||||
html += "<div><label>Interval (s)<input type=text name=interval></label></div>";
|
html += "<div><label>Interval (s)<input type=text name=interval></label></div>";
|
||||||
html += "<div><input type=button value='Update Now'></div>";
|
html += "<div><input type=button value='Update Now'></div>";
|
||||||
div = new Dialog('updater', 'topright', html).el;
|
div = new Dialog('updater', 'bottomright', html).el;
|
||||||
_ref = $$('input[type=checkbox]', div);
|
_ref = $$('input[type=checkbox]', div);
|
||||||
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
||||||
input = _ref[_i];
|
input = _ref[_i];
|
||||||
|
|||||||
@ -986,7 +986,7 @@ updaterMake = ->
|
|||||||
html += "<div><label title=\"Make this thread auto update\">Auto Update Local<input type=checkbox name=autoL></label></div>"
|
html += "<div><label title=\"Make this thread auto update\">Auto Update Local<input type=checkbox name=autoL></label></div>"
|
||||||
html += "<div><label>Interval (s)<input type=text name=interval></label></div>"
|
html += "<div><label>Interval (s)<input type=text name=interval></label></div>"
|
||||||
html += "<div><input type=button value='Update Now'></div>"
|
html += "<div><input type=button value='Update Now'></div>"
|
||||||
div = new Dialog('updater', 'topright', html).el
|
div = new Dialog('updater', 'bottomright', html).el
|
||||||
|
|
||||||
for input in $$ 'input[type=checkbox]', div
|
for input in $$ 'input[type=checkbox]', div
|
||||||
input.addEventListener 'click', changeCheckbox, true
|
input.addEventListener 'click', changeCheckbox, true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user