minor changes

This commit is contained in:
coderaiser 2012-09-17 05:28:29 -04:00
parent 5b8374f699
commit 0d29b68aa2

View file

@ -366,11 +366,11 @@ CloudFunc.buildFromJSON = function(pJSON, pKeyBinded)
var lFileTable =
'<li class=path>'+
'<span class="path_icon clear-cache"' +
'<span class="path-icon clear-cache"' +
'id=clear-cache ' +
'title="clear cache (Ctrl+D)">' +
'</span>' +
'<span class="path_icon ' + CloudFunc.REFRESHICON + '"' +
'<span class="path-icon ' + CloudFunc.REFRESHICON + '"' +
' title="refresh (Ctrl+R)">' +
'<a href="' + lFS_s + lNoJS_s + lRefreshPath + '">' +
'</a>' +