mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-20 21:05:16 +00:00
Remove useless configuration
This commit is contained in:
@ -127,8 +127,6 @@ function byId(nodeName){
|
|||||||
* @return {Boolean} True for a success
|
* @return {Boolean} True for a success
|
||||||
*/
|
*/
|
||||||
function emptyElem(container){
|
function emptyElem(container){
|
||||||
//Get children references
|
|
||||||
var children = container.children;
|
|
||||||
|
|
||||||
//Process each child
|
//Process each child
|
||||||
while(container.children.length > 0){
|
while(container.children.length > 0){
|
||||||
|
Reference in New Issue
Block a user