Skip to content

Commit

Permalink
Fix problem with to print view in ressource with firefox browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrauen committed Jun 18, 2014
1 parent a2381e1 commit abbf2a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion system/churchcore/cc_interface.js
Expand Up @@ -43,7 +43,7 @@ ChurchInterface.prototype.sendMessageToAllViews = function (message, args) {
}
,500);
}
,500);
,1000);
}
}
jQuery.each(this.getViews(), function(k,a) {
Expand Down
2 changes: 0 additions & 2 deletions system/churchservice/cs_agendaview.js
Expand Up @@ -96,8 +96,6 @@ AgendaView.prototype.renderMenu = function() {
else if ($(this).attr("id")=="aprintview") {
fenster = window.open('?q=churchservice/printview&id='+t.currentAgenda.id+'#AgendaView', "Druckansicht", "width=900,height=600,resizable=yes");
fenster.focus();
fenster.print();
setTimeout(function() {fenster.close()}, 2000);
return false;
}
else if ($(this).attr("id")=="ahelp") {
Expand Down

0 comments on commit abbf2a9

Please sign in to comment.