1
0
Fork 0

alerting user now when newest version of github foxx app is already installed

This commit is contained in:
Heiko Kernbach 2014-06-20 17:03:24 +02:00
parent 5d7908ba20
commit 8c66875f97
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@
result = true; result = true;
}, },
error: function(data) { error: function(data) {
if (data.responseText.indexOf() !== -1) {
alert("Already newest app version installed.");
}
result = false; result = false;
} }
}); });