Change files icon to directory. closes #183

This commit is contained in:
Ruud
2012-05-04 12:38:58 +02:00
parent 3e5a5e250c
commit ba3f67538e
+1 -1
View File
@@ -243,7 +243,7 @@ window.addEvent('domready', function(){
create: function(){
var self = this;
self.el = new Element('a.files', {
self.el = new Element('a.directory', {
'title': 'Available files',
'events': {
'click': self.showFiles.bind(self)