fix logo not showing sometimes in chrome

This commit is contained in:
Pierre Bondoerffer
2017-08-09 16:06:29 +02:00
parent c036bb26be
commit edad5deeac
2 changed files with 1 additions and 1 deletions

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();