]> source.dussan.org Git - nextcloud-server.git/commitdiff
add PERMISSIONS_ALL summary
authorJörn Friedrich Dreyer <jfd@butonic.de>
Tue, 13 Aug 2013 20:58:27 +0000 (22:58 +0200)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Tue, 13 Aug 2013 20:58:27 +0000 (22:58 +0200)
core/js/js.js

index 1d1711383f77aa5d62883d59e1fe8c6565b82d0b..64b5556987d4301b255259b7be9773abc8b25bee 100644 (file)
@@ -157,6 +157,7 @@ var OC={
        PERMISSION_UPDATE:2,
        PERMISSION_DELETE:8,
        PERMISSION_SHARE:16,
+       PERMISSION_ALL:31,
        webroot:oc_webroot,
        appswebroots:(typeof oc_appswebroots !== 'undefined') ? oc_appswebroots:false,
        currentUser:(typeof oc_current_user!=='undefined')?oc_current_user:false,