Fix daily upload counting

This commit is contained in:
Jonathan Cremin 2015-08-22 19:23:17 +01:00
parent d30b0987ad
commit 8e47c74b68
3 changed files with 4 additions and 3 deletions

View file

@ -92,7 +92,8 @@
plan: "<%= user.plan %>",
maxFileSize: <%= user.maxFileSize %>,
token: "<%= user.token %>",
md5: "<%= user.md5 %>"
md5: "<%= user.md5 %>",
uploadsToday: "<%= user.uploadsToday %>"
};
</script>
<% } %>