[elfinder.html] modification of JavaScript that is commented out

This commit is contained in:
nao-pon
2013-06-23 22:04:16 +09:00
parent c3bc4ab317
commit a5976e8fa3
+1 -1
View File
@@ -26,7 +26,7 @@
$().ready(function() {
$('#elfinder').elfinder({
url : 'php/connector.minimal.php' // connector URL (REQUIRED)
// lang: 'ru', // language (OPTIONAL)
// , lang: 'ru' // language (OPTIONAL)
});
});
</script>