Update elfinder.legacy.html

This commit is contained in:
Naoki Sawada
2017-05-26 17:58:17 +09:00
committed by GitHub
parent 23c8c69b4e
commit fd54e55b32
+1
View File
@@ -38,6 +38,7 @@
// https://github.com/Studio-42/elFinder/wiki/Client-configuration-options
$(document).ready(function() {
$('#elfinder').elfinder({
cssAutoLoad : false, // Disable CSS auto loading
url : 'php/connector.minimal.php' // connector URL (REQUIRED)
// , lang: 'ru' // language (OPTIONAL)
});