[Lada-commits] [PATCH 4 of 5] Use the roles
Wald Commits
scm-commit at wald.intevation.org
Fri Aug 14 09:37:50 CEST 2015
# HG changeset patch
# User Raimund Renkert <rrenkert at intevation.de>
# Date 1439463240 -7200
# Node ID 323f02e6e51428fa8c1da525a179d987cbf52f5c
# Parent 7da9161910e4db5f87e7b9c3c63aa29ffb318dfe
Use the roles...
diff -r 7da9161910e4 -r 323f02e6e514 app/view/window/About.js
--- 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;
}
More information about the Lada-commits
mailing list