After adding all existing series, show no series message to user.

pull/4/head
Mark McDowall 13 years ago
parent 65417bd8ec
commit 2fc561f195

@ -47,6 +47,8 @@ $(".addExistingButton").live('click', function () {
}, },
success: function() { success: function() {
root.hide('highlight', 'fast'); root.hide('highlight', 'fast');
if ($('.existingSeries').filter(":visible").length === 1)
reloadExistingSeries();
} }
}); });

Loading…
Cancel
Save