id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
6514	Problems with 0.12dev	catacgc	bjornharrtell	When I used this plugin with trac multirepos 0.12dev and genshi 0.6dev it gave two problems.\r\n 1. On the client side you try to find the chrome path of the trac installation by finding the gridmod.js script with a jquery css selector rule like `$("script[src~="gridmod"])` which is incorrect because jquery documentation states that this matches gridmod as a separated word (separated by spaces). The fix is to use `$("script[src*="gridmod"])`.\r\n 1. Trac `0.12dev` gave an error when sending back the OK response from an ajax request because the Content-Length header was mandatory.\r\n\r\nI have attached a patch with the small fixes that make it work properly on trac `0.12dev`.	defect	closed	normal	GridModifyPlugin	critical	fixed			0.12
