From 31da7467c6927667d3b3ef71a47f450820f9b3d2 Mon Sep 17 00:00:00 2001 From: Neszt Tibor Date: Thu, 7 Dec 2017 15:17:57 +0100 Subject: [PATCH] manual status update removed --- index.php | 1 - js/main.js | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/index.php b/index.php index 07ffa60..ae0dd3b 100755 --- a/index.php +++ b/index.php @@ -156,7 +156,6 @@ if ( isset($_GET['config']) ) { print "
"; print ""; print ""; - print ""; print ""; print ""; print ""; diff --git a/js/main.js b/js/main.js index 55f9cff..8f5aa52 100644 --- a/js/main.js +++ b/js/main.js @@ -127,20 +127,6 @@ function init() { ; }) }); - $('button[name=status]').click(function() { - $.ajax({ - type: 'GET', - url: 'index.php', - dataType: 'json', - data: { config: '1', status: '1'} - }) - .done(function(msg) { - $("#status").html(msg['cmd_out']); - }) - .fail(function(msg) { - ; - }) - }); $('input[name=bgonoff]').click(function() { $.ajax({ type: 'GET', -- 2.1.4