From c27aefabb7273e63f5af6e6dfb0e94142ca813ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Mon, 3 Nov 2014 14:30:54 +0100 Subject: [PATCH] Fix bug #1519: Remove hidden class at delete-account-lightbox --- app/partials/user-profile.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/partials/user-profile.jade b/app/partials/user-profile.jade index 263fa76f..894479b5 100644 --- a/app/partials/user-profile.jade +++ b/app/partials/user-profile.jade @@ -60,4 +60,4 @@ block content a.delete-account(href="", title="Delete Taiga account", ng-click="ctrl.openDeleteLightbox()") Delete Taiga account - div.lightbox.lightbox-delete-account.hidden(tg-lb-delete-user) + div.lightbox.lightbox-delete-account(tg-lb-delete-user)