mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
5b8374f699
commit
0d29b68aa2
1 changed files with 2 additions and 2 deletions
|
|
@ -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>' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue