mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'develop' of https://brutus.artica.lan:8081/artica/pandorafms into develop
This commit is contained in:
commit
4eda7ee241
@ -44,6 +44,9 @@ function show_event_dialog(event_id, group_rep, dialog_page, result) {
|
||||
resizable: true,
|
||||
draggable: true,
|
||||
modal: true,
|
||||
close: function() {
|
||||
$("#refrcounter").countdown("resume");
|
||||
},
|
||||
overlay: {
|
||||
opacity: 0.5,
|
||||
background: "black"
|
||||
@ -53,6 +56,8 @@ function show_event_dialog(event_id, group_rep, dialog_page, result) {
|
||||
})
|
||||
.show ();
|
||||
|
||||
$("#refrcounter").countdown("pause");
|
||||
|
||||
switch (result) {
|
||||
case 'comment_ok':
|
||||
$('#notification_comment_success').show();
|
||||
|
Loading…
x
Reference in New Issue
Block a user