puo_loglevel warning niet op ontwikkel omgeving zodat mensen hopelijk op productie eerder getriggerd worden
svn path=/Website/trunk/; revision=31830
This commit is contained in:
@@ -48,7 +48,7 @@ function generateHeader()
|
||||
FcltMgr.openDetail("appl/fac/fac_user.asp?prs_key=" + prs_key);
|
||||
}
|
||||
<%
|
||||
if (S("puo_loglevel") > 1 && user.has("WEB_FACTAB"))
|
||||
if (S("puo_loglevel") > 1 && Application("otap_environment") != "O" && user.has("WEB_FACTAB"))
|
||||
{
|
||||
%>
|
||||
$(function () { $.toast({ text: "<%="Warning: puo_loglevel={0}".format(S("puo_loglevel"))%>", icon: "warning", position : 'top-left'}); });
|
||||
|
||||
Reference in New Issue
Block a user