drakontia / redmine_charts

Plugin which integrates with Redmine following charts: burndown, burndown with progress, timeline, ratios of logged hours and issues, deviations of logged hours.

Home Page:http://github.com/drakontia/redmine_charts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Porting from prototype.js to jQuery

drakontia opened this issue · comments

in _filter.html.erb

Element.show/hide method is only worked in prototype.js.
I should change the method that can be worked in jQuery.

Maybe, that's "$(id).show" and "$(id).hide".

It was fixed now.