equal
deleted
inserted
replaced
293 var topParentComment = path[path.length - 1] ; |
293 var topParentComment = path[path.length - 1] ; |
294 gSync.showSingleComment(topParentComment) ; |
294 gSync.showSingleComment(topParentComment) ; |
295 } |
295 } |
296 } |
296 } |
297 |
297 |
|
298 // if comment_auto_display: show all comments |
|
299 if ("comments_auto_display" in gGETValues) { |
|
300 gSync.showAllComments(); |
|
301 } |
|
302 |
298 // else { |
303 // else { |
299 // gSync.showAllComments() ;// show all |
304 // gSync.showAllComments() ;// show all |
300 // } |
305 // } |
301 } |
306 } |
302 }); |
307 }); |