mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
1644251eac
Adding localization for new error messages for archive/extract commands Fixing sort localization Fixing defect with temporary path directory permissions Fixing defect with cacheDir function hiding files in folders with space in name Fixing defect with mount function Fixed overwrite dialog for extract command
8 lines
90 B
JavaScript
8 lines
90 B
JavaScript
/**
|
|
* Application version
|
|
*
|
|
* @type String
|
|
**/
|
|
elFinder.prototype.version = '2.0.2';
|
|
|