Quellcode durchsuchen

Merge branch 'master' of http://10.1.235.20:3000/ipu/ipu-guide

# Conflicts:
#	show-server/src/main/webapp/ipu/frame/mobile/expand-mobile.js
leijie vor 4 Jahren
Ursprung
Commit
9745c7eb75
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      show-server/src/main/webapp/ipu/frame/mobile/expand-mobile.js

+ 0 - 1
show-server/src/main/webapp/ipu/frame/mobile/expand-mobile.js

@ -651,7 +651,6 @@ define(["require","jcl"],function(require,Wade) {
651 651
			},getJpushInfo:function(callback,err){
652 652
				storageCallback("getJpushInfo", callback);
653 653
				execute("getJpushInfo",[],err)
654
			}
655 654
            },openCustUrl:function (url,callback,title, buttons, styles, hideTopBar, err) {
656 655
                storageCallback("openCustUrl", callback);
657 656
                execute("openCustUrl", [encodeURIComponent(url), title, buttons, styles, hideTopBar],err);