I did not add any parameters, only installed the plugin and configured settings.
I found out that the problem was that jquery was called before it was loaded (I use autoptize plugin; i.e. exclude jquery.js from defer list). Changing this made things work.