Small fix

This commit is contained in:
Jan Schneider 2018-02-08 22:55:41 +01:00
parent b1eab2e6e0
commit 69b5d39be6
1 changed files with 0 additions and 1 deletions

View File

@ -447,7 +447,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
wlanScanTimer = setTimeout(function(){ wlan_scan(); }, 5000);
},
function(xhr, ajaxOptions, thrownError) {
clearTimeout(myVar);
wlanScanTimer = setTimeout(function(){ wlan_scan(); }, 5000);
});
}