Skip to content

Commit

Permalink
Fix print map not working
Browse files Browse the repository at this point in the history
fixes #146
  • Loading branch information
raitisbe committed Mar 3, 2019
1 parent 5420b4a commit 442dc0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/print/print.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ define(['angular'],
win.document.write(html);
$timeout(function(){
win.print();
win.location.reload();
},250);
//win.location.reload();
}, 250);
}

return me;
Expand Down

0 comments on commit 442dc0a

Please sign in to comment.