Skip to content

Commit

Permalink
netmount fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dio-el-claire committed Apr 18, 2012
1 parent f3b24be commit e3d32cc
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions js/elFinder.js
Expand Up @@ -1675,23 +1675,6 @@ window.elFinder = function(node, opts) {

}

// self.request({
// data : {
// cmd : 'netmount',
// protocol : 'ftp',
// host : 'ftp://work.std42.ru',
// path : '/',
// user : 'dio',
// pass : 'wallrus',
// alias : 'Sora',
// options : {main : 42}

// },
// // preventDone : true
// })
// .done(function(data) {
// console.log(data);
// })
});

// self.timeEnd('load');
Expand Down

0 comments on commit e3d32cc

Please sign in to comment.