forked from Botanical/BotanJS
Delete button
This commit is contained in:
@@ -431,7 +431,7 @@
|
||||
}
|
||||
|
||||
|
||||
, generateCommentStack = function (rObj, obj)
|
||||
, generateCommentStack = function ( rObj, obj )
|
||||
{
|
||||
|
||||
var
|
||||
@@ -453,7 +453,7 @@
|
||||
)
|
||||
: _c_info
|
||||
// Generate comment stack
|
||||
, c_stack = rObj.comment_id
|
||||
, c_stack = rObj["comment_id"]
|
||||
// Reply Structure
|
||||
? wrapc("reply", wrapc("c_cont", [ c_ind = wrapc("r_indicator") , wrapc("c_text", rObj.content) , c_info ]))
|
||||
: wrapc("c_comm",
|
||||
|
||||
Reference in New Issue
Block a user