1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

Added version to footer.

This commit is contained in:
kay.one
2013-07-09 22:11:57 -07:00
parent d958e95c59
commit cf9ebe9f8e
3 changed files with 15 additions and 2 deletions
+2
View File
@@ -7,3 +7,5 @@ var statusText = $.ajax({
}).responseText;
window.ServerStatus = JSON.parse(statusText);
$('#footer-region .version').html(window.ServerStatus.version);