mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
#10526 fix create module dialog
This commit is contained in:
parent
2164e0d9a2
commit
1a05c71e78
@ -1185,7 +1185,7 @@ html_print_div(
|
||||
});
|
||||
|
||||
var show_dialog_create = "<?php echo get_parameter('show_dialog_create', 0); ?>";
|
||||
if (show_dialog_create !== 0){
|
||||
if (show_dialog_create !== '0'){
|
||||
$('#button-create_module').click();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user