Просмотр исходного кода

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

chengwb3 лет назад: 9
Родитель
Сommit
66ba1daa28
1 измененных файлов с 1 добавлено и 1 удалено
  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() {