Fixed missing stuff from no selected message warning

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2019-12-18 15:42:53 +01:00
parent c8119d542b
commit 4a8baa3b2e
2 changed files with 2 additions and 2 deletions

View File

@ -364,7 +364,7 @@ var Piler =
$('#deletebox-modal').modal('show');
},
bulk_remove_messages:function(reason, text_successfully_removed)
bulk_remove_messages:function(reason, text_successfully_removed, text_no_selected_message)
{
Piler.log("[bulk_remove_messages]");