Merge branch 'fontawesome' into soon

This commit is contained in:
yflory
2016-09-29 14:52:48 +02:00
18 changed files with 72 additions and 129 deletions

View File

@@ -689,8 +689,6 @@ define([
var $toolbar = $('#toolbar');
$toolbar.find('sub a').text(Messages.backToCryptpad);
var Button = function (opt) {
return $('<button>', opt);
};