Commit 664f1793 by Dányi Bence

one: coding style fix

parent e8d0f911
...@@ -292,7 +292,7 @@ $(function() { ...@@ -292,7 +292,7 @@ $(function() {
size: convert(d.SIZE), size: convert(d.SIZE),
type: 'fájl', type: 'fájl',
mTime: d.MTIME, mTime: d.MTIME,
getTypeClass: 'name filetype-'+type, getTypeClass: 'name filetype-' + type,
clickHandler: function(item, e) { clickHandler: function(item, e) {
toggleDetails.call(e.currentTarget); toggleDetails.call(e.currentTarget);
} }
......
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