fix logo not showing sometimes in chrome

pull/1/head
Pierre Bondoerffer 7 years ago
parent c036bb26be
commit edad5deeac
No known key found for this signature in database
GPG Key ID: C0C7C0C5063F2236

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

@ -629,7 +629,7 @@ define([
title: Messages.header_logoTitle, title: Messages.header_logoTitle,
'class': "cryptpad-logo" 'class': "cryptpad-logo"
}).append($('<img>', { }).append($('<img>', {
src: '/customize/images/logo_white.svg' src: '/customize/images/logo_white.png'
})); }));
var onClick = function (e) { var onClick = function (e) {
e.preventDefault(); e.preventDefault();

Loading…
Cancel
Save