mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
fixed bug with navigation thrue path panel
This commit is contained in:
parent
68a0a1f849
commit
4709f86d60
2 changed files with 7 additions and 2 deletions
|
|
@ -75,6 +75,8 @@ listing in json from menu.
|
|||
* Util object moved from client.js to modules
|
||||
dom.js and util.js.
|
||||
|
||||
* Fixed bug with navigation thrue path panel.
|
||||
|
||||
|
||||
2012.10.01, Version 0.1.7
|
||||
|
||||
|
|
|
|||
|
|
@ -199,7 +199,7 @@ CloudClient._loadDir = function(pLink,pNeedRefresh){
|
|||
* для которого нужно
|
||||
* выполнить загрузку
|
||||
*/
|
||||
return function(){
|
||||
return function(pEvent){
|
||||
var lRet = true;
|
||||
/* показываем гиф загрузки возле пути папки сверху*/
|
||||
/* ctrl+r нажата? */
|
||||
|
|
@ -240,7 +240,10 @@ CloudClient._loadDir = function(pLink,pNeedRefresh){
|
|||
* а грузить всё ajax'ом,
|
||||
* возвращаем false на событие
|
||||
* onclick
|
||||
*/
|
||||
*/
|
||||
|
||||
pEvent.returnValue = false;
|
||||
|
||||
return lRet;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue