This website requires JavaScript.
Explore
Help
Register
Sign In
mbk-lab
/
nextcloud
Watch
2
Star
0
Fork
You've already forked nextcloud
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
ab72bd64f5
nextcloud
/
core
/
js
/
js.js
10 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add OC and OCA namespace declarations to the bundle Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-28 13:24:08 +03:00
/
*
*
*
@
namespace
OC
*
/
Object
.
assign
(
window
.
OC
,
{
Added update overview page
2014-05-26 20:43:26 +04:00
/* jshint camelcase: false */
expose capabilities in js Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-12-01 12:36:13 +03:00
do not reload the page if the server is (temporarily) unreachable
2016-09-20 00:49:42 +03:00
/
*
*
Add OC and OCA namespace declarations to the bundle Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-28 13:24:08 +03:00
}
)
;
Use proper JSDoc documentation
2014-04-21 15:46:33 +04:00