diff admin.js @ 1041:f188caaedf0f

Implement force reloading of show screen web-page.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 20 Nov 2015 10:48:18 +0200
parents 2e1a9b564674
children 8a50535a4ff1
line wrap: on
line diff
--- a/admin.js	Fri Nov 20 10:39:50 2015 +0200
+++ b/admin.js	Fri Nov 20 10:48:18 2015 +0200
@@ -617,6 +617,12 @@
 //
 // Misc functions
 //
+function showScreenCmd(str)
+{
+  jsSendPOSTRequest("action=screencmd&cmd="+str);
+}
+
+
 function performSystemCheck()
 {
   jsSendPOSTRequest("action=check", jsMessageBox);