Files
mapo-core/MP.INVE/wwwroot/lib/UserAgent.js
T

3 lines
67 B
JavaScript

window.getUserAgent = () => {
return navigator.userAgent;
};