Index: trunk/extensions/CodeReview/modules/ext.codereview.js |
— | — | @@ -35,6 +35,8 @@ |
36 | 36 | }; |
37 | 37 | if( $(this).data( 'suggestions' ) ){ |
38 | 38 | doUpdate(); |
| 39 | + } else if( $(this).data( 'request' ) ){ |
| 40 | + // A request is in progress, we'll get to it eventually |
39 | 41 | } else { |
40 | 42 | // Need to get the tags from the API |
41 | 43 | var request = $.getJSON( |