FSN#40747 Hidden mobile feature: tripple klik op de FACILITOR onderin de voorpagina voor environment-info
svn path=/Website/branches/v2017.1/; revision=34174
This commit is contained in:
@@ -63,6 +63,14 @@ var thisUser = prs.prs_perslid(user_key, { withPhoto: true });
|
||||
CONTENT_END();
|
||||
FOOTER({mswitch: true, banner: true, nousername:true, thisuser:thisUser});
|
||||
PAGE_END()
|
||||
// Hidden feature: tripple klik op de FACILITOR onderin de voorpagina voor environment-info
|
||||
%>
|
||||
<script>
|
||||
$("#fbanner").on('click', function (evt) {
|
||||
if (evt.originalEvent && evt.originalEvent.detail === 3) {
|
||||
alert("<%= safe.jsstring("{0}\n{1}\n{2} ({3})".format(customerId, HTTP.urlzelf(), user.naam(), user_key)) %>");
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user