]> source.dussan.org Git - nextcloud-server.git/commit
Disable versions app JS in public mode
authorVincent Petry <pvince81@owncloud.com>
Thu, 17 Oct 2013 19:04:18 +0000 (21:04 +0200)
committerVincent Petry <pvince81@owncloud.com>
Thu, 17 Oct 2013 19:04:18 +0000 (21:04 +0200)
commit41c6c44221177da4458f982bb13a5c7a6f90ff8e
tree549c9a5992f4f247ee2d311665863e2b2664749f
parent76be7cd1ac54a8f4a5707c7a50eee106383aa51d
Disable versions app JS in public mode

Since the version JS code isn't used in public link mode, disable it to
prevent Chrome freezing bugs due to the t() call being synchronous.

Fixes #4545
apps/files_versions/js/versions.js