solymosi / npu

Neptun PowerUp! - Felturbózza a Neptun-odat
MIT License
274 stars 47 forks source link

Fix incorrect ajax instance id if multiple ajax grids are present on the page #9

Closed solymosi closed 8 years ago

solymosi commented 8 years ago

The extraction of the ajax instanceid fetch logic into a separate function resulted in a bug where not always the closest ajax grid object is used to get the instanceid. This PR fixes the issue.