JS mistake

This commit is contained in:
Sybren A. Stüvel 2017-05-04 18:23:55 +02:00
parent 47ba5e18a3
commit cfa31ab542

View File

@ -59,7 +59,7 @@ script.
.done(function() { .done(function() {
window.location.reload(); window.location.reload();
}) })
.error(function() { .fail(function() {
alert('Unable to update subscription, please check your internet connection.'); alert('Unable to update subscription, please check your internet connection.');
}) })
; ;