IDEAFY / ideafy-ios-distrib

A repo to archive distribution versions of Ideafy (past and in-development) for the app store
1 stars 0 forks source link

Write Twocent textarea not displayedf for first twoquestion #4

Closed vweyl closed 11 years ago

vweyl commented 11 years ago

The writetwocent interface is not displayed when viewing the first element of someone's twoquestion list.

vweyl commented 11 years ago

changed mtq-details.js so that dom element in which to place twocentwrite interface is defined:

domWrite = mtqDetailUI.dom.querySelector("#connect-writetwocents");

and then doing a mtqDetailUI.place(doc fragment) when initializing the widget.

Fixed in 1.01