Index: trunk/extensions/Collection/js/collection.js |
— | — | @@ -91,6 +91,8 @@ |
92 | 92 | req('Clear', |
93 | 93 | [], |
94 | 94 | function(result) { |
| 95 | + $('#titleInput').val(''); |
| 96 | + $('#subtitleInput').val(''); |
95 | 97 | refresh_list(result); |
96 | 98 | req('GetBookCreatorBoxContent', ['showbook', null], function(result2) { |
97 | 99 | $('#coll-book_creator_box').html(result2.html); |