fixed bug with title of clear cache

This commit is contained in:
coderaiser 2012-08-31 06:56:40 -04:00
parent 8ce29b960f
commit f75f1d0f23

View file

@ -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 + '"' +