Added build date to footer

This commit is contained in:
Mark McDowall 2013-06-15 15:18:41 -07:00
parent d538fe62cf
commit d3d937afcc
6 changed files with 18 additions and 6 deletions

View file

@ -172,7 +172,8 @@ define([
window.NzbDrone.Constants = {
ApiRoot: '/api',
Version: '0.0.0.0'
Version: '0.0.0.0',
BuildDate: '2013-01-01T00:00:00Z'
};
window.NzbDrone.addInitializer(function () {