9
nanhb
5y

Big plays...

function collapseView(element){
/**
*it doesnt work at the first time, the function needs to be called again
*/
element.collapse();
element.collapse();
}

Literally copy and paste this code..

Comments
Add Comment