mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
minor changes
This commit is contained in:
parent
4a41880c7d
commit
a0eaeadbbe
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ var CloudClient={
|
|||
|
||||
/* short names used all the time functions */
|
||||
var getByClass = function(pClass){
|
||||
return getByClass(pClass);
|
||||
return document.getElementsByClassName(pClass);
|
||||
};
|
||||
|
||||
var getById = function(pId){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue