1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-09-19 23:51:32 +02:00

set default server states for fira and fileInfo

This commit is contained in:
Danny Coates 2017-09-14 12:15:08 -07:00
parent 137f474b69
commit 81442bb6f2
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB

View File

@ -19,6 +19,8 @@ module.exports = function(req) {
uploadWindowStyle: 'upload-window',
uploadButtonStyle: 'browse btn'
},
fira: false,
fileInfo: {},
layout
};
};