Index: ssts-web/src/main/webapp/js/common.js =================================================================== diff -u -r27855 -r27876 --- ssts-web/src/main/webapp/js/common.js (.../common.js) (revision 27855) +++ ssts-web/src/main/webapp/js/common.js (.../common.js) (revision 27876) @@ -665,7 +665,7 @@ var posStatement="top="+top+",left="+left+",width="+width+",height="+height; var style='menubar=no,location=yes,directories=no,toolbar=no,statusbar=no,resizable=yes,' +posStatement+",scrollbars="+scrollbars; - var popwin=window.open(pageUrl,windowName,style); + var popwin=window.open(pageUrl+'&source=portalPage',windowName,style); if(popwin == null){ return false; }