Merged revision(s) 42016 from Website/branches/v2019.1/APPL/FAC/header.inc:
MARX#57275 Mareon Help pdf openen svn path=/Website/branches/v2019.1/; revision=42017
This commit is contained in:
@@ -209,9 +209,8 @@ function generateHeaderFunctions (params)
|
||||
else
|
||||
src = window.location.href;
|
||||
|
||||
var isEdge = window.navigator.userAgent.indexOf("Edge") > -1;
|
||||
var url = 'appl/fac/help.asp?url='+escape(src);
|
||||
if (<%=S("help_window")?"false":"true"%> && !(isEdge && String("<%=S("helppage_url")%>").toLowerCase().endsWith(".pdf")))
|
||||
if (<%=S("help_window")?"false":"true"%>)
|
||||
FcltMgr.openDetail(url,'<%=L("lcl_help")%>');
|
||||
else
|
||||
FcltMgr.windowopen('../../'+url);
|
||||
|
||||
Reference in New Issue
Block a user