summaryrefslogtreecommitdiff
path: root/skins/larry/ui.js
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-06-05 12:49:46 +0200
committerAleksander Machniak <alec@alec.pl>2013-06-05 12:49:46 +0200
commitde15846c54d653d9c1e69dc94c1b3257eb57a5d3 (patch)
tree3209f5ca19a5027ed3c297fa99bd9b0b8db2140e /skins/larry/ui.js
parentee73a723f9fb3d51927b60f6bc38b277adcf58e9 (diff)
Make update_quota public
Diffstat (limited to 'skins/larry/ui.js')
-rw-r--r--skins/larry/ui.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/larry/ui.js b/skins/larry/ui.js
index 096369a88..a53a9437e 100644
--- a/skins/larry/ui.js
+++ b/skins/larry/ui.js
@@ -43,6 +43,7 @@ function rcube_mail_ui()
this.show_uploadform = show_uploadform;
this.show_header_row = show_header_row;
this.hide_header_row = hide_header_row;
+ this.update_quota = update_quota;
// set minimal mode on small screens (don't wait for document.ready)