fgcommand.js: wrap reposition command
This commit is contained in:
parent
6b33ee4719
commit
0c6203c1c1
1 changed files with 3 additions and 0 deletions
|
@ -61,5 +61,8 @@ var fgCommand = {
|
|||
dialogClose: function(dlg) {
|
||||
this.sendCommand("dialog-close", this.oneArg("dialog-name",dlg));
|
||||
},
|
||||
reposition: function() {
|
||||
$.post("/run.cgi?value=reposition");
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue