diff options
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/fullscreen.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/static/js/fullscreen.js b/static/js/fullscreen.js index dde23f3..f99d48b 100644 --- a/static/js/fullscreen.js +++ b/static/js/fullscreen.js @@ -56,10 +56,6 @@ function displayImage(){ $('#fav-indicator').show(); else $('#fav-indicator').hide(); - if (DoPrint !== undefined && DoPrint) { - jsPrintSetup.setSilentPrint(true); - jsPrintSetup.print(); - } } function refresh() { |
