1
0
mirror of https://github.com/j-a-n/raspberrymatic-addon-rmupdate.git synced 2023-10-10 13:37:40 +02:00

Small fix

This commit is contained in:
Jan Schneider 2018-02-08 22:55:41 +01:00
parent b1eab2e6e0
commit 69b5d39be6

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);
});
}