Line 369 of js_theming.table.js

cell = {data: cell, class:'active'};

Change it to:

cell = {data: cell, 'class':'active'};

Otherwise, Safari will complain about a syntax error.

CommentFileSizeAuthor
#2 example.patch620 bytesjpmckinney

Comments

jpmckinney’s picture

Status: Active » Needs review
jpmckinney’s picture

StatusFileSize
new620 bytes

This patch fixes a Safari bug (bareword class) and an IE bug (trailing comma). It also gets rid of trailing newlines at the end of the file.

batje’s picture

Status: Needs review » Reviewed & tested by the community

It would be nice if this was commited. It works