equal
deleted
inserted
replaced
284 var path = gDb.getPath(comment) ; |
284 var path = gDb.getPath(comment) ; |
285 var topParentComment = path[path.length - 1] ; |
285 var topParentComment = path[path.length - 1] ; |
286 gSync.showSingleComment(topParentComment) ; |
286 gSync.showSingleComment(topParentComment) ; |
287 } |
287 } |
288 } |
288 } |
289 // else show all |
289 |
290 else { |
290 // else { |
291 gSync.showAllComments() ; |
291 // gSync.showAllComments() ;// show all |
292 } |
292 // } |
293 } |
293 } |
294 }); |
294 }); |
295 q1.run(); |
295 q1.run(); |
296 }; |
296 }; |
297 |
297 |