diff --git a/src/main/resources/templates/books/book_content.html b/src/main/resources/templates/books/book_content.html index 6425490..169f903 100644 --- a/src/main/resources/templates/books/book_content.html +++ b/src/main/resources/templates/books/book_content.html @@ -364,7 +364,8 @@ } if(isMobile){ $("#screenInput").css("display","none"); - $("#screenSwitch").css("display","none"); + + } }