New: button on update notification to go to change log

This commit is contained in:
Mark McDowall
2015-01-20 23:06:22 -08:00
parent 5fa62965fb
commit 76acc8ffa6
3 changed files with 18 additions and 7 deletions

View File

@@ -76,11 +76,12 @@
<div id="errors"></div>
<script type="text/javascript">
window.NzbDrone = {
ApiRoot: 'API_ROOT',
ApiKey : 'API_KEY',
Version: 'APP_VERSION',
Branch : 'APP_BRANCH',
Analytics: APP_ANALYTICS
ApiRoot : 'API_ROOT',
ApiKey : 'API_KEY',
Version : 'APP_VERSION',
Branch : 'APP_BRANCH',
Analytics : APP_ANALYTICS,
UrlBase : 'URL_BASE'
};
</script>