Hello,
i have a problem with
.inject($('c516'),'bottom');
this statement works properly
this not:
.inject($('c_516'),'bottom');
and this not too:
.inject($('c-516'),'bottom');
is it like this (are underscores not supported) or do i made something
wrong?
