Merge branch 'pandora_6.0' of https://brutus.artica.lan:8081/artica/pandorafms into pandora_6.0

This commit is contained in:
cesar991 2016-09-14 10:10:08 +02:00
commit cad61adcea
1 changed files with 5 additions and 0 deletions

View File

@ -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();