Spaces:
Running
Running
JosephusCheung
commited on
Commit
•
86826c5
1
Parent(s):
9eed2dd
Update index.html
Browse files- index.html +5 -5
index.html
CHANGED
@@ -25,11 +25,11 @@
|
|
25 |
</div>
|
26 |
</div>
|
27 |
<script src="config.js" type="text/javascript"></script>
|
28 |
-
|
29 |
-
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
|
30 |
-
|
31 |
-
}
|
32 |
IDRViewer.setup();
|
33 |
-
</script>
|
34 |
</body>
|
35 |
</html>
|
|
|
25 |
</div>
|
26 |
</div>
|
27 |
<script src="config.js" type="text/javascript"></script>
|
28 |
+
<script type="text/javascript">
|
29 |
+
// if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
|
30 |
+
// d('idrviewer').className = "";
|
31 |
+
// }
|
32 |
IDRViewer.setup();
|
33 |
+
</script>
|
34 |
</body>
|
35 |
</html>
|