You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2017. It is now read-only.
My thought is that we'll have normal pages visible at /comments?thread=x§ion=y which can be pulled onto consumer pages via jQuery.load(). A few things need to happen:
Update getCommentsR to return either JSON or HTML depending on Accepts (this is built into the framework)
Make an embeddedLayout (or something) which foregoes the usual html and head tags of defaultLayout.
Add the required templates etc
The text was updated successfully, but these errors were encountered:
My thought is that we'll have normal pages visible at
/comments?thread=x§ion=y
which can be pulled onto consumer pages viajQuery.load()
. A few things need to happen:getCommentsR
to return either JSON or HTML depending onAccepts
(this is built into the framework)embeddedLayout
(or something) which foregoes the usualhtml
andhead
tags ofdefaultLayout
.The text was updated successfully, but these errors were encountered: