Merge pull request #2060 from Ansuel/reboo

luci-mod-admin-full: applyreboot doesn't reload page
This commit is contained in:
Jo-Philipp Wich 2018-08-13 15:21:40 +02:00 committed by GitHub
commit 40b2d38ac4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@
img.onload = function() {
window.clearInterval(interval);
window.location.replace(target);
};
img.src = target + '<%=resource%>/icons/loading.gif?' + Math.random();