fixed minor error in list events js
This commit is contained in:
parent
e974516b77
commit
7650674043
|
@ -1078,7 +1078,7 @@ $(document).ready( function() {
|
|||
$("#submit-save_filter").click(function () {
|
||||
// If the filter name is blank show error
|
||||
if ($('#text-id_name').val() == '') {
|
||||
$('#show_filter_error').html('<h3 class="error"> <?php echo __('Filter name cannot be left blank'); ?> </h3>');
|
||||
$('#show_filter_error').html("<h3 class='error'><?php echo __("Filter name cannot be left blank"); ?></h3>");
|
||||
|
||||
// Close dialog
|
||||
$('.ui-dialog-titlebar-close').trigger('click');
|
||||
|
|
Loading…
Reference in New Issue