Skip to content

Commit

Permalink
do nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
dio-el-claire committed Apr 9, 2012
1 parent fc052ec commit d48b2db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions elfinder.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@
// getFileCallback : function(files, fm) {
// console.log(files);
// },
handlers : {
load : function(e, fm) {
// fm.error('All your base belongs to us >_<')
}
},
// handlers : {
// select : function(e) {
// console.log(e.data)
// }
// },
// onlyMimes : ['image', 'text/plain']
lang : 'ru',
customData : {answer : 42}
Expand Down
2 changes: 1 addition & 1 deletion js/ui/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ $.fn.elfindertree = function(fm, opts) {
tree.find('.'+navdir+'.'+active).removeClass(active);
current.addClass(active);
}

if (opts.syncTree) {
if (current.length) {
current.parentsUntil('.'+root).filter('.'+subtree).show().prev('.'+navdir).addClass(expanded);
Expand Down
1 change: 1 addition & 0 deletions php/connector.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ function validName($name) {
array(
'driver' => 'LocalFileSystem',
'path' => '../files/',
'startPath' => '../files/icons/',
'URL' => dirname($_SERVER['PHP_SELF']) . '/../files/',
// 'alias' => 'File system',
'mimeDetect' => 'internal',
Expand Down

0 comments on commit d48b2db

Please sign in to comment.