White space

This commit is contained in:
Thomas Tanghus 2012-07-31 14:06:44 +02:00
parent 90a1b5a758
commit 084866cb1e
1 changed files with 6 additions and 7 deletions

View File

@ -150,13 +150,12 @@ OC={
} }
}, },
dialogs:OCdialogs, dialogs:OCdialogs,
mtime2date:function(mtime) { mtime2date:function(mtime) {
mtime = parseInt(mtime); mtime = parseInt(mtime);
var date = new Date(1000*mtime); var date = new Date(1000*mtime);
var ret = date.getDate()+'.'+(date.getMonth()+1)+'.'+date.getFullYear()+', '+date.getHours()+':'+date.getMinutes(); var ret = date.getDate()+'.'+(date.getMonth()+1)+'.'+date.getFullYear()+', '+date.getHours()+':'+date.getMinutes();
return ret; return ret;
}, },
appSettings:function(app) { appSettings:function(app) {
var settings = $('#appsettings'); var settings = $('#appsettings');
if(settings.is(':visible')) { if(settings.is(':visible')) {