Browse Source

Merge branch 'master' of http://114.215.100.48:3000/ipu/android-share

chengwb3 9 years ago
parent
commit
66ba1daa28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      display-server/web/template/webapp/scene/Scene.html

+ 1 - 1
display-server/web/template/webapp/scene/Scene.html

@ -77,7 +77,7 @@
77 77
</div>
78 78
</body>
79 79
<script type="text/javascript">
80
require(["mobile"], function(Mobile) {
80
require(["mobile","util"], function(Mobile) {
81 81
	$("#scene-menu > li").each(function(index, item) {
82 82
		if (item.getAttribute("action") != "null") {
83 83
			$(item).tap(function() {