How to show an alert message for ULC UX when the browser is not running on 100% zoom display?

When the browser is (accidentally) zoomed, panel design may not be displayed as planned in ULC UX.
Add the following lines to [projectdirectory]\data\ulc\customer.js to show the user an info about it.

$(document).ready(function(){
if(window.devicePixelRatio != 1)
{
alert("window zoom level is not 100%.");
}
});

Date added:
Last revised:
Hits:
12.970
Version:
ALL Versions
Platform:
Windows,Linux
Rating:
Rating: 5.0. 1 vote(s). No rating done at all.
Your vote was '' (0 of 5) You are an anonymous user.
You may log on to do personalized votings
Click the rating bar to rate this item Please log on to do ratings
  • Notification

    FE user cannot be identified! (1403201096)