dwb: comment

master
Pierre Neidhardt 2014-01-04 16:21:54 +01:00
parent 99f2578503
commit f70d5b846d
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ extensions.load("contenthandler", {
// Handle requests based on URI scheme
uriScheme : {
// Note: does not work with urxvt.
ftp : function(uri) {
if (uri[uri.length-1] == "/")
return "xterm -e 'ncftp " + uri + "'";