Properly show update message

This commit is contained in:
Ruud
2012-07-11 23:59:47 +02:00
parent 0c14334e23
commit 0d0ac196c2
2 changed files with 3 additions and 1 deletions
@@ -62,6 +62,8 @@ var UpdaterBase = new Class({
createMessage: function(data){
var self = this;
if(self.message) return;
var changelog = 'https://github.com/'+data.repo_name+'/compare/'+data.version.hash+'...'+data.branch;
if(data.update_version.changelog)
changelog = data.update_version.changelog + '#' + data.version.hash+'...'+data.update_version.hash
+1 -1
View File
@@ -315,7 +315,7 @@ body > .spinner, .mask{
.header .message.update {
text-align: center;
position: relative;
top: -100px;
top: -70px;
padding: 2px 0;
background: #ff6134;
font-size: 12px;