Bug #3666 » 0001-Fix-undefined-javascript-WTableView-with-IE.patch
| 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;
|
||
- « Previous
- 1
- 2
- Next »