medillcmip / Radregator

A Context Management System
GNU General Public License v3.0
7 stars 1 forks source link

Delete topic link doesn't work after new redesign #74

Closed ghing closed 14 years ago

ghing commented 14 years ago

This is on the front page, when logged in as a reporter.

Javascript error at function-admin.js (line 251):

topic.attr("id") is undefined var topicId = topic.attr('id').substr(6);

This is because the link is no longer wrapped in a div that has topic Id. Need to talk to Steve about the new HTML hierarchy.

ghing commented 14 years ago

Fixed. Don't remember which commit this was fixed in.