src build elFinder-2.1-1b21481

This commit is contained in:
nao-pon
2020-01-11 18:37:45 +09:00
parent 1a16d1be24
commit 05eef77f4e
6 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/*!
* elFinder - file manager for web
* Version 2.1.51 (2.1-src Nightly: 2801b41) (2020-01-11)
* Version 2.1.51 (2.1-src Nightly: 1b21481) (2020-01-11)
* http://elfinder.org
*
* Copyright 2009-2020, Studio 42
+1 -1
View File
@@ -1,6 +1,6 @@
/*!
* elFinder - file manager for web
* Version 2.1.51 (2.1-src Nightly: 2801b41) (2020-01-11)
* Version 2.1.51 (2.1-src Nightly: 1b21481) (2020-01-11)
* http://elfinder.org
*
* Copyright 2009-2020, Studio 42
+2 -2
View File
@@ -1,6 +1,6 @@
/*!
* elFinder - file manager for web
* Version 2.1.51 (2.1-src Nightly: 2801b41) (2020-01-11)
* Version 2.1.51 (2.1-src Nightly: 1b21481) (2020-01-11)
* http://elfinder.org
*
* Copyright 2009-2020, Studio 42
@@ -10267,7 +10267,7 @@ if (!window.cancelAnimationFrame) {
*
* @type String
**/
elFinder.prototype.version = '2.1.51 (2.1-src Nightly: 2801b41)';
elFinder.prototype.version = '2.1.51 (2.1-src Nightly: 1b21481)';
+2 -2
View File
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -374,7 +374,8 @@ $opts['roots'][] = array_merge($tmbConfig, array(
'driver' => 'FTP',
'host' => 'ftp.jaist.ac.jp',
'user' => 'anonymous',
'path' => '/',
'path' => '/',
'owner' => false,
));
// To enable the following cloud volumes, first complete the steps
+1 -1
View File
@@ -1028,7 +1028,7 @@ class elFinderVolumeGoogleDrive extends elFinderVolumeDriver
$this->tmp = $this->tmbPath;
}
if ($this->isMyReload()) {
if ($this->needOnline && $this->isMyReload()) {
$this->_gd_getDirectoryData(false);
}
}