Commit 9c2963c3 by Dányi Bence

one: file details are available

parent 6c3e63a3
...@@ -240,7 +240,9 @@ $(function() { ...@@ -240,7 +240,9 @@ $(function() {
type: 'fájl', type: 'fájl',
mTime: d.MTIME, mTime: d.MTIME,
getTypeClass: 'name filetype-text', getTypeClass: 'name filetype-text',
clickHandler: function(item, event) {} clickHandler: function(item,e) {
toggleDetails.call(e.currentTarget);
}
}; };
console.log(viewData); console.log(viewData);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment