hlaranex

Results 1 comments of hlaranex

I made the following changes to solve the "Not enough elements"-Problem I added in the _addElement-Funktion: ``` if ( jQueryElement == undefined ){ return false; } ``` And in the...