mirror of https://gitee.com/bigwinds/arangodb
alerting user now when newest version of github foxx app is already installed
This commit is contained in:
parent
5d7908ba20
commit
8c66875f97
|
@ -27,6 +27,9 @@
|
|||
result = true;
|
||||
},
|
||||
error: function(data) {
|
||||
if (data.responseText.indexOf() !== -1) {
|
||||
alert("Already newest app version installed.");
|
||||
}
|
||||
result = false;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue