jack %!s(int64=8) %!d(string=hace) años
padre
commit
d030201a76
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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
	});