comparison 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
comparison
equal deleted inserted replaced
1040:3c3a1dc4008a 1041:f188caaedf0f
615 615
616 616
617 // 617 //
618 // Misc functions 618 // Misc functions
619 // 619 //
620 function showScreenCmd(str)
621 {
622 jsSendPOSTRequest("action=screencmd&cmd="+str);
623 }
624
625
620 function performSystemCheck() 626 function performSystemCheck()
621 { 627 {
622 jsSendPOSTRequest("action=check", jsMessageBox); 628 jsSendPOSTRequest("action=check", jsMessageBox);
623 } 629 }
624 630