EasyCreator icon indicating copy to clipboard operation
EasyCreator copied to clipboard

Error when creating module field group

Open esedic opened this issue 10 years ago • 0 comments

I tried to create a new module field group. When I click "Add group" button I get javascript error in console:

Uncaught TypeError: Cannot read property 'innerHTML' of null

This is the source of error:

(function() {with (this[2]) {with (this[1]) {with (this[0]) {return function(event){addGroup($('addGroupName').value);
};}}}})

I'm testing on localhost on latest Joomla 3.4.1

esedic avatar Mar 27 '15 07:03 esedic