mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
fixed bug with title of clear cache
This commit is contained in:
parent
8ce29b960f
commit
f75f1d0f23
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* и на клиенте и на сервере
|
||||
*/
|
||||
|
||||
var CloudFunc={
|
||||
var CloudFunc = {
|
||||
/* Путь с которым мы сейчас работаем */
|
||||
Path : '',
|
||||
/* КОНСТАНТЫ (общие для клиента и сервера)*/
|
||||
|
|
@ -367,7 +367,7 @@ CloudFunc.buildFromJSON = function(pJSON, pKeyBinded)
|
|||
var lFileTable =
|
||||
'<li class=path>'+
|
||||
'<span class="path_icon clear-cache"' +
|
||||
'id=clear-cache' +
|
||||
'id=clear-cache ' +
|
||||
'title="clear cache (Ctrl+D)">' +
|
||||
'</span>' +
|
||||
'<span class="path_icon ' + CloudFunc.REFRESHICON + '"' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue