Closed ghing closed 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.
Fixed. Don't remember which commit this was fixed in.
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.