mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Version and branch shown when not on master
This commit is contained in:
parent
a3c36ebc7c
commit
a6e356c0cf
@ -12,7 +12,7 @@ var footerText = window.ServerStatus.version;
|
||||
|
||||
$(document).ready(function () {
|
||||
if (window.ServerStatus.branch != 'master') {
|
||||
footerText = '</br>' + window.ServerStatus.branch;
|
||||
footerText += '</br>' + window.ServerStatus.branch;
|
||||
}
|
||||
$('#footer-region .version').html(footerText);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user