Issue 67: Add document.ready() to the load.
Status:  Fixed
Owner:
extremec...@gmail.com
Closed:  Dec 2007
Reported by extremec...@gmail.com, Dec 5, 2007
A few users are experiencing loading issues. Should switch to use jQuery's
document.ready functionality.

$(document).ready(function(){addLimitToManager('${tableId}');
> setPageToLimit('${tableId}','1'); setMaxRowsToLimit('$
> {tableId}','20'); });
Dec 5, 2007
#1 extremec...@gmail.com
Using the jQuery document.ready() function now.
Dec 5, 2007
#2 extremec...@gmail.com
(No comment was entered for this change.)
Status: Fixed