jack 8 anni fa
parent
commit
d030201a76
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      app/js/proinforupdate.js

+ 2 - 1
app/js/proinforupdate.js

@ -357,7 +357,8 @@ mui.ready(function() {
357 357
			var artId = this.getAttribute("articleId");
358 358
			plus.nativeUI.showWaiting();
359 359
			plus.webview.create("../html/professorArticle.html", 'professorArticle.html', {}, {
360
				articleId: artId
360
				articleId: artId,
361
				ownerid:userid
361 362
			});
362 363
		});
363 364
	});