[Pkg-owncloud-commits] [owncloud] 46/83: fixing ajax call to getstoragestats.php
David Prévot
taffit at moszumanska.debian.org
Wed Dec 18 13:05:30 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch 5.0
in repository owncloud.
commit aaeb7827b8b8a45f87d5dd23c19b24d032f2ec4d
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Mon Dec 2 10:30:55 2013 +0100
fixing ajax call to getstoragestats.php
---
apps/files/js/files.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/files/js/files.js b/apps/files/js/files.js
index 1e523e8..a603d12 100644
--- a/apps/files/js/files.js
+++ b/apps/files/js/files.js
@@ -524,7 +524,7 @@ $(document).ready(function() {
// file space size sync
function update_storage_statistics() {
var currentDir = $('#dir').val() || '/';
- $.getJSON(OC.filePath('files','ajax','getstoragestats.php?dir=' + encodeURIComponent(currentDir)),function(response) {
+ $.getJSON(OC.filePath('files','ajax','getstoragestats.php') + '?dir=' + encodeURIComponent(currentDir),function(response) {
Files.updateMaxUploadFilesize(response);
});
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list