From 71e9efb152c07838574f731e184a323236b51358 Mon Sep 17 00:00:00 2001 From: thomascube Date: Sat, 25 Feb 2012 15:52:08 +0000 Subject: Add titles to error and photo upload popups (#1488354) --- skins/larry/includes/footer.html | 1 + 1 file changed, 1 insertion(+) (limited to 'skins/larry/includes') diff --git a/skins/larry/includes/footer.html b/skins/larry/includes/footer.html index f884bdf82..4a6f8f09c 100644 --- a/skins/larry/includes/footer.html +++ b/skins/larry/includes/footer.html @@ -3,6 +3,7 @@ // UI startup var UI = new rcube_mail_ui(); $(document).ready(function(){ + UI.set('errortitle', ''); UI.init(); }); -- cgit v1.2.3