Commit a76689f8 by Masaru Abe

#10744 AATでプレビューからアンケートを選択しても、アンケート内容が表示されない。

parent a99afdf6
...@@ -609,7 +609,7 @@ var anket = function (mediaType, actionType, id, imageUrl, x, y, w, h, visible, ...@@ -609,7 +609,7 @@ var anket = function (mediaType, actionType, id, imageUrl, x, y, w, h, visible,
/*stop audio on page */ /*stop audio on page */
stopAllAudio(); stopAllAudio();
var url = getURLPageImage("webEnqueteReply/init") + "/?abObjectId="+objectId + "&sid=" + ClientData.userInfo_sid(); var url = getURLPageImage("webEnqueteReply/init") + "/?abObjectId="+objectId + "&sid=" + ClientData.userInfo_sid() + '&pid=' + pid;
var isFullScreen = false; var isFullScreen = false;
if(parseInt(fullscreen) == 1){ if(parseInt(fullscreen) == 1){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment