4,163
edits
No edit summary |
No edit summary |
||
Line 1,042: | Line 1,042: | ||
openModal(this, event); // Call openModal when a related-article is clicked | openModal(this, event); // Call openModal when a related-article is clicked | ||
setShowArticleRotationEffect(); | setShowArticleRotationEffect(); | ||
}); | |||
// Print current entry with Print button | |||
$('#print-button').on('click', function () { | |||
window.print(); | |||
}); | }); | ||