Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user