mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
chore(listeners) add " "
This commit is contained in:
parent
e8ba84e707
commit
e3424896cb
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ var Util, DOM, CloudCmd;
|
|||
Events.addClick(Storage.clear, clearStorage);
|
||||
|
||||
Util.forEach(pathLinks.children, function(ai) {
|
||||
var url = CloudCmd.HOST,
|
||||
var url = CloudCmd.HOST,
|
||||
link = Util.rmStr(ai.href, url),
|
||||
load = Util.exec.with(loadDir, {
|
||||
path : link,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue