﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
19623	Update inlines.js to use jQuery 1.9	jordanorc	nobody	"On line 44 in inlines.js, we have the code:
{{{
$(this).attr(""tagName"") == ""TR""
}}}
In jQuery version 1.9, this code doesn't works.

Is better to do:
{{{
$(this).is(""tr"")
}}}

So, it works on jQuery 1.4.2 and jQuery 1.9"	Uncategorized	closed	contrib.admin	1.4	Normal	duplicate	jquery admin inlines.js		Unreviewed	1	0	0	0	0	0
