1
0
Fork 0

fgcommand.js: wrap reposition command

This commit is contained in:
Torsten Dreyer 2014-11-10 14:21:50 +01:00
parent 6b33ee4719
commit 0c6203c1c1

View file

@ -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");
},
};