mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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 () {
|
$("#submit-save_filter").click(function () {
|
||||||
// If the filter name is blank show error
|
// If the filter name is blank show error
|
||||||
if ($('#text-id_name').val() == '') {
|
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
|
// Close dialog
|
||||||
$('.ui-dialog-titlebar-close').trigger('click');
|
$('.ui-dialog-titlebar-close').trigger('click');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user