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

This commit is contained in:
yflory
2017-06-30 12:36:34 +02:00
4 changed files with 23 additions and 15 deletions

View File

@@ -4,6 +4,8 @@ define([
'/api/config'
], function ($, Config, ApiConfig) {
var urlArgs = ApiConfig.requireConf.urlArgs;
var Messages = {};
var Bar = {
@@ -443,7 +445,7 @@ define([
'class': "cryptpad-link"
}).appendTo($topContainer);
var $imgTag = $('<img>', {
src: "/customize/cryptofist_mini.png",
src: "/customize/cryptofist_mini.png?" + urlArgs,
alt: "Cryptpad"
});