Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

This commit is contained in:
ansuz
2017-08-04 11:22:22 +02:00
41 changed files with 926 additions and 265 deletions

View File

@@ -626,8 +626,10 @@ define([
var $aTag = $('<a>', {
href: "/drive/",
title: Messages.header_logoTitle,
'class': "cryptpad-logo fa fa-hdd-o"
});
'class': "cryptpad-logo"
}).append($('<img>', {
src: '/customize/images/logo_white.svg'
}));
var onClick = function (e) {
e.preventDefault();
if (e.ctrlKey) {