Index: trunk/extensions/Collection/js/collection.js |
— | — | @@ -83,7 +83,12 @@ |
84 | 84 | sajax_request_type = "POST"; |
85 | 85 | sajax_do_call('wfAjaxCollectionClear', |
86 | 86 | [], |
87 | | - refresh_list); |
| 87 | + function(xhr) { |
| 88 | + refresh_list(xhr); |
| 89 | + sajax_do_call('wfAjaxCollectionGetBookCreatorBoxContent', ['showbook', null], function(xhr2) { |
| 90 | + jQuery('#coll-book_creator_box').html(xhr2.responseText); |
| 91 | + }); |
| 92 | + }); |
88 | 93 | } |
89 | 94 | return false; |
90 | 95 | } |