Mercurial > lada > lada-client
changeset 916:323f02e6e514
Use the roles...
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 13 Aug 2015 12:54:00 +0200 |
parents | 7da9161910e4 |
children | 2bf35377414a |
files | app/view/window/About.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/window/About.js Thu Aug 13 12:52:36 2015 +0200 +++ b/app/view/window/About.js Thu Aug 13 12:54:00 2015 +0200 @@ -81,7 +81,7 @@ // var r = Lada.userroles.split(','); var i; for (i in Lada.userroles){ - roles += '<br />' + r[i]; + roles += '<br />' + Lada.userroles[i]; } return roles; }