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:
parent
b1eab2e6e0
commit
69b5d39be6
@ -447,7 +447,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
wlanScanTimer = setTimeout(function(){ wlan_scan(); }, 5000);
|
wlanScanTimer = setTimeout(function(){ wlan_scan(); }, 5000);
|
||||||
},
|
},
|
||||||
function(xhr, ajaxOptions, thrownError) {
|
function(xhr, ajaxOptions, thrownError) {
|
||||||
clearTimeout(myVar);
|
|
||||||
wlanScanTimer = setTimeout(function(){ wlan_scan(); }, 5000);
|
wlanScanTimer = setTimeout(function(){ wlan_scan(); }, 5000);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user