I'd need some help on (IP 4.0.16). I'm trying to pass parameters to a js file by the function ipAddJs
ipAddJs('file.js', array('id' => 123))
but in the generated html the result is
<script type="text/javascript" src="[path]/file.js?1" id="123"></script>
am i doing something wrong or is it a bug?