diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-09-23 16:55:16 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-09-23 16:55:16 +0200 |
commit | 89e02e89d4a0cf28a9318f4dacd070783cbb7531 (patch) | |
tree | 13d0e9000aad4f835c5b50484cd6101f4067db69 /core/js/js.js | |
parent | 1e915cc14534d2fe68fdee05423fb82c035dd866 (diff) | |
parent | e65ceb08fc4a56d0fb9e4be5d51ba04168cbb59a (diff) | |
download | nextcloud-server-89e02e89d4a0cf28a9318f4dacd070783cbb7531.tar.gz nextcloud-server-89e02e89d4a0cf28a9318f4dacd070783cbb7531.zip |
Merge pull request #7051 from owncloud/postsetupajaxcheck
Moved WebDAV check to client side JS
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/js.js b/core/js/js.js index d49001ee387..dde8ffa3211 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -256,6 +256,7 @@ var OC={ * @param {string} type the type of the file to link to (e.g. css,img,ajax.template) * @param {string} file the filename * @return {string} Absolute URL for a file in an app + * @deprecated use OC.generateUrl() instead */ filePath:function(app,type,file){ var isCore=OC.coreApps.indexOf(app)!==-1, |