~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/javascript/bugtask_index.js

  • Committer: Graham Binns
  • Date: 2011-08-30 12:29:14 UTC
  • mto: This revision was merged to the branch mainline in revision 13836.
  • Revision ID: graham@canonical.com-20110830122914-jkwz6jiovmtoirey
Final bit of cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1112
1112
                batch_url_div.remove();
1113
1113
                namespace.load_more_comments(
1114
1114
                    batched_comments_url, comments_container);
 
1115
            } else {
 
1116
                // Remove the comments-hidden message to avoid
 
1117
                // confusion.
 
1118
                Y.one('#comments-hidden-message').remove();
1115
1119
            }
1116
1120
        }
1117
1121
    };