We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6945d9 commit b6f6fdaCopy full SHA for b6f6fda
public/hft/0.x.x/scripts/commonui.js
@@ -96,10 +96,10 @@ define([
96
].join("\n");
97
var orientationDiv;
98
99
- function isSemiValidOrientation(o) {
100
- o = o || "";
101
- return o.indexOf("portrait") >= 0 || o.indexOf("landscape") >= 0;
102
- }
+ //function isSemiValidOrientation(o) {
+ // o = o || "";
+ // return o.indexOf("portrait") >= 0 || o.indexOf("landscape") >= 0;
+ //}
103
104
function setOrientationHTML(desiredOrientation) {
105
desiredOrientation = desiredOrientation || "";
0 commit comments