fixing delete feature

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2019-07-14 20:05:11 +02:00
parent d1da0c93e7
commit 0c830b1276
4 changed files with 4 additions and 5 deletions

View File

@@ -17,7 +17,6 @@ var Piler =
extra_folders: '',
bulkrestore_url: '/bulkrestore.php',
bulkpdf_url: '/bulkpdf.php',
text_successfully_removed: '<?php print $text_successfully_removed; ?>'
/*
* variables used at search listing
@@ -365,7 +364,7 @@ var Piler =
$('#deletebox-modal').modal('show');
},
bulk_remove_messages:function(reason)
bulk_remove_messages:function(reason, text_successfully_removed)
{
Piler.log("[bulk_remove_messages]");