This commit is contained in:
cesar991 2016-09-12 15:30:45 +02:00
commit 4eda7ee241
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, resizable: true,
draggable: true, draggable: true,
modal: true, modal: true,
close: function() {
$("#refrcounter").countdown("resume");
},
overlay: { overlay: {
opacity: 0.5, opacity: 0.5,
background: "black" background: "black"
@ -53,6 +56,8 @@ function show_event_dialog(event_id, group_rep, dialog_page, result) {
}) })
.show (); .show ();
$("#refrcounter").countdown("pause");
switch (result) { switch (result) {
case 'comment_ok': case 'comment_ok':
$('#notification_comment_success').show(); $('#notification_comment_success').show();