1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Removed console logging

Woops! :)
This commit is contained in:
Tim Hobbs 2014-03-03 16:23:34 -08:00
parent d653d2cb4b
commit f9cf6a2495

View file

@ -59,7 +59,6 @@
} }
function enterFullScreen() { function enterFullScreen() {
console.log("enter full screen");
$(".itemVideo").removeAttr("style").addClass("fullscreenVideo"); $(".itemVideo").removeAttr("style").addClass("fullscreenVideo");
} }