From 00a554ca0d0d25d2c886b510fde47fef42dcbf66 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 27 Jun 2017 14:36:49 +0200 Subject: [PATCH] Fix the donate button style with the new toolbar --- www/common/cryptpad-common.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/www/common/cryptpad-common.js b/www/common/cryptpad-common.js index 81936b14e..e04a47916 100644 --- a/www/common/cryptpad-common.js +++ b/www/common/cryptpad-common.js @@ -861,14 +861,12 @@ define([ var $usage = $('', {'class': 'usage'}).css('width', width+'px'); var makeDonateButton = function () { - var $upgradeLink = $('', { + $('', { + 'class': 'upgrade btn btn-success', href: common.donateURL, rel: "noreferrer noopener", target: "_blank", - }).appendTo($container); - $('