This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

Liath
Liath

While developing my design, I came across a mistake with the combined js files. If your script file is starting with something like:

(function($) {

you will get an error in your console like:

Uncaught TypeError: (intermediate value)(intermediate value)(intermediate value)(...) is not a function

i could solve it by adding an empty

console.log()

in the first line of the script file. not the best solution, but it works

1-1 of 1

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.