In a page I am using Grid, I have this JS error in the console
ReferenceError: EE is not definedThis is the script being included that contains the error
<a href="http://xxxxx.com/?ACT=7&ui=core,widget,mouse,position,draggable,resizable,sortable,button,dialog&plugin=markitup,toolbox.expose,overlay,tmpl&file=cp/sort_helper,cp/grid,underscore&v=1379991682&include_jquery=y">http://xxxxx.com/?ACT=7&ui=core,widget,mouse,position,draggable,resizable,sortable,button,dialog&plugin=markitup,toolbox.expose,overlay,tmpl&file=cp/sort_helper,cp/grid,underscore&v=1379991682&include_jquery=y</a>I used to have some problems before with some jQuery/jQuery tools plugin being loaded when they were already removed from EE. The problem before was not making the themes folder up to date.
Is this the same problem? Or is this different?