From 0c6203c1c18d434ac5812c8a81c180c2f3356fd7 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer <torsten@ลง3r.de> Date: Mon, 10 Nov 2014 14:21:50 +0100 Subject: [PATCH] fgcommand.js: wrap reposition command --- webgui/lib/fgcommand.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webgui/lib/fgcommand.js b/webgui/lib/fgcommand.js index f665494c4..368bf76e1 100644 --- a/webgui/lib/fgcommand.js +++ b/webgui/lib/fgcommand.js @@ -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"); + }, };