Fixed small bug left over from testing
This commit is contained in:
parent
d78315de50
commit
0de88e7d68
|
@ -3,7 +3,7 @@ $(document).ready(function() {
|
|||
// Version Polling //
|
||||
setTimeout(function() {
|
||||
$.post('/Version/isUpdateAvailable', function(data) {
|
||||
if (data === 'false') {
|
||||
if (data === 'true') {
|
||||
$('#version').append(' - An update is available!');
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue