fix logo not showing sometimes in chrome

pull/1/head
Pierre Bondoerffer 2017-08-09 16:06:29 +02:00
parent c036bb26be
commit edad5deeac
No known key found for this signature in database
GPG Key ID: C0C7C0C5063F2236
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

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