Project

General

Profile

Bug #3666 » 0001-Fix-undefined-javascript-WTableView-with-IE.patch

Bruce Toll, 11/16/2014 02:32 AM

View differences:

src/Wt/WTableView.C
* 'none' to ''
*/
WApplication *app = WApplication::instance();
if (app->environment().ajax()
if (app->environment().ajax() && isRendered()
&& app->environment().agentIsIE()
&& !app->environment().agentIsIElt(9)) {
WStringStream s;
(2-2/2)