From de15846c54d653d9c1e69dc94c1b3257eb57a5d3 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Wed, 05 Jun 2013 06:49:46 -0400 Subject: [PATCH] Make update_quota public --- skins/larry/ui.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/skins/larry/ui.js b/skins/larry/ui.js index 096369a..a53a943 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -43,6 +43,7 @@ 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) -- Gitblit v1.9.1