openpsa / jsgrid

Fork of last jqGrid version before license change
http://openpsa.github.io/jsgrid/
Other
28 stars 12 forks source link

fix for Uncaught ReferenceError: p is not definer when expanding groups #95

Closed bchr02 closed 9 years ago

bchr02 commented 9 years ago

In reference to issue #86

Now that I have had a chance to test this out, I see that the issue has been resolved but now there is a new bug which doesn't allow an expanded group to close and reopen without throwing an error in the console: Uncaught ReferenceError: p is not defined. This push request fixed that error.

flack commented 9 years ago

Merged & published. Thanks for your work!