Widget:VisitSchedulerRedux: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 107: Line 107:
$("#print").click(function(){
$("#print").click(function(){
var newWin = window.open("");
var newWin = window.open("");
newWin.document.write($("#appointments").html());
newWin.document.write($("#appointments").prop('outerHTML'));
newWin.print();
newWin.print();
newWin.close();
newWin.close();

Revision as of 17:47, 8 January 2019