mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
initial setup
This commit is contained in:
parent
eaa625c9bc
commit
5f03c306da
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ OCP\Util::addscript( 'files', 'jquery.fileupload' );
|
|||
OCP\Util::addscript( 'files', 'files' );
|
||||
OCP\Util::addscript( 'files', 'filelist' );
|
||||
OCP\Util::addscript( 'files', 'fileactions' );
|
||||
OCP\Util::addscript( 'files', 'keyboardshortcuts' );
|
||||
if(!isset($_SESSION['timezone'])) {
|
||||
OCP\Util::addscript( 'files', 'timezone' );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue