mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-04 05:33:10 +00:00
feature(dom) getByClass -> getByClassAll
This commit is contained in:
parent
4f7012d53c
commit
b3c8cc8b33
4 changed files with 39 additions and 32 deletions
|
|
@ -457,7 +457,7 @@ var Util, DOM, CloudFunc;
|
|||
function getJSONfromFileTable() {
|
||||
var current, name, size, uid, mode, ret,
|
||||
left = DOM.getById('js-left'),
|
||||
path = DOM.getByClass('path')[0].textContent,
|
||||
path = DOM.getByClass('path').textContent,
|
||||
|
||||
fileTable = {
|
||||
path : path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue