Page 1 of 1

Frontend Error

Posted: 30 Oct 2016, 14:24
by HDsports
Hey,
since few days a have following error when i want to open a phoca-category:

Code: Select all

0 - Input_0:689: ERROR - object literals cannot contain duplicate keys in ES5 strict mode },getSelected:function(){return this.selectedRows;},serialize:function(){var a=this.previous.apply(this,arguments)||{};if(this.options.selectable){a.selectedRows=this.selectedRows.map(function(b){return Array.indexOf(this.body.rows,b); ^ Input_0:696: ERROR - object literals cannot contain duplicate keys in ES5 strict mode c++){if(this.options.selectHiddenRows||e[c].isDisplayed()){this[g](e[c],true);}}return this;},deselectRange:function(b,a){this.selectRange(b,a,true);},getSelected:function(){return this.selectedRows; ^
I absolutely dont know what this error means...
Anyone an idea?

Best regards

Re: Frontend Error

Posted: 01 Nov 2016, 12:41
by Jan
Hi, this seems like some javascript error, try to use e.g. Firefox Firebug and consolet to get more information about the error - from which file it comes?

Jan