Show More
Commit Description:
fix bug with duplicate logins are given...
Commit Description:
fix bug with duplicate logins are given also increase dropdown size on group view
File last commit:
Show/Diff file:
Action:
node_modules/core-js/modules/_user-agent.js | 4 lines | 127 B | application/javascript | JavascriptLexer |
var global = require('./_global');
var navigator = global.navigator;
module.exports = navigator && navigator.userAgent || '';