chevron_right
@@ -108,12 +108,12 @@
xOpat - The WSI Viewer
+
-
+
diff --git a/src/app.js b/src/app.js
index 2f791d49..b5e92ee5 100644
--- a/src/app.js
+++ b/src/app.js
@@ -910,8 +910,10 @@ function initXopat(PLUGINS, MODULES, ENV, POST_DATA, PLUGINS_FOLDER, MODULES_FOL
window.VIEWER.viewport.zoomTo(Number.parseFloat(focus.zoomLevel), null, true);
}
- if (window.innerHeight < 630) {
- $('#navigator-pin').click();
+ if (window.innerHeight < 630 || window.innerWidth < 900) {
+ if (window.innerWidth >= 900) {
+ $('#navigator-pin').click();
+ }
USER_INTERFACE.MainMenu.close();
}
@@ -175,9 +175,9 @@
- xOpat - The WSI Viewer
+
-
+
share
Share
@@ -187,21 +187,21 @@
-
+
extension
Plugins
-
+
school
Tutorial
- settings
+ settings