diff --git a/client.js b/client.js index d973d6e0..8bdcbfbc 100644 --- a/client.js +++ b/client.js @@ -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){