Skip to content

Commit

Permalink
update demo elFinder-2.1-c81d9f8
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Jan 5, 2024
1 parent d0922ed commit 8be1f51
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions demo/css/elfinder.full.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*!
* elFinder - file manager for web
* Version 2.1.64 (2.1-src Nightly: cb65186) (2023-12-21)
* Version 2.1.65 (2.1-src Nightly: c81d9f8) (2024-01-05)
* http://elfinder.org
*
* Copyright 2009-2023, Studio 42
* Copyright 2009-2024, Studio 42
* Licensed under a 3-clauses BSD license
*/

Expand Down
4 changes: 2 additions & 2 deletions demo/css/elfinder.min.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions demo/js/elfinder.full.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*!
* elFinder - file manager for web
* Version 2.1.64 (2.1-src Nightly: cb65186) (2023-12-21)
* Version 2.1.65 (2.1-src Nightly: c81d9f8) (2024-01-05)
* http://elfinder.org
*
* Copyright 2009-2023, Studio 42
* Copyright 2009-2024, Studio 42
* Licensed under a 3-clauses BSD license
*/
(function(root, factory) {
Expand Down Expand Up @@ -10748,7 +10748,7 @@ if (!window.cancelAnimationFrame) {
*
* @type String
**/
elFinder.prototype.version = '2.1.64 (2.1-src Nightly: cb65186)';
elFinder.prototype.version = '2.1.65 (2.1-src Nightly: c81d9f8)';



Expand Down Expand Up @@ -25934,7 +25934,7 @@ elFinder.prototype.commands.fullscreen = function() {

html.push(sep);
html.push('<div class="'+lic+'">Licence: 3-clauses BSD Licence</div>');
html.push('<div class="'+lic+'">Copyright © 2009-2022, Studio 42 / nao-pon</div>');
html.push('<div class="'+lic+'">Copyright © 2009-2024, Studio 42 / nao-pon</div>');
html.push('<div class="'+lic+'">„ …'+fm.i18n('dontforget')+' ”</div>');
html.push('</div>');
},
Expand Down
8 changes: 4 additions & 4 deletions demo/js/elfinder.min.js

Large diffs are not rendered by default.

0 comments on commit 8be1f51

Please sign in to comment.