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,
|
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();
|
||||||
|
|
Loading…
Reference in New Issue