-
Notifications
You must be signed in to change notification settings - Fork 87

Description
I'm doing an asset management system and during the testing phase, the tester reported that she couldn't add any assets to a person anymore once the asset count reaches 100. I tried raising the max to 1000 to no avail. Upon closer look, it seems that the javascript itself crash causing the control buttons to not appear. These include the add and delete button.
Uncaught RangeError: Maximum call stack size exceeded at r.fn.init.push (<anonymous>) at ga.select (jQuery.js:2) at Function.ga [as find] (jQuery.js:2) at r.fn.init.find (jQuery.js:2) at HTMLDivElement.<anonymous> (jquery.collection.js:735) at Function.each (jQuery.js:2) at r.fn.init.each (jQuery.js:2) at String.<anonymous> (jquery.collection.js:730) at Function.each (jQuery.js:2) at setRightPrefix (jquery.collection.js:728)