instances API call is made two times on a bucket / problem page

Bug #1393998 reported by Brian Murray
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Errors
New
Medium
Unassigned
Revision history for this message
Brian Murray (brian-murray) wrote :

It may have to do with load_more_results being called 2 times in bucket.html.

            /* Set up infinite scrolling. */
            var options = {
                distance: 50,
                callback: function (done) {
                    load_more_results (done);
                },
            }
            infiniteScroll(options);

            table.showMessage('loadingMessage');
            load_more_results ();

Changed in errors:
importance: Undecided → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.