[Lada-commits] [PATCH 3 of 5] uncomment the roles
Wald Commits
scm-commit at wald.intevation.org
Fri Aug 14 09:37:49 CEST 2015
# HG changeset patch
# User Raimund Renkert <rrenkert at intevation.de>
# Date 1439463156 -7200
# Node ID 7da9161910e4db5f87e7b9c3c63aa29ffb318dfe
# Parent 21b139cc41b27ac369adf9db8419f255205e1335
uncomment the roles.
diff -r 21b139cc41b2 -r 7da9161910e4 app/view/window/About.js
--- a/app/view/window/About.js Thu Aug 13 12:50:41 2015 +0200
+++ b/app/view/window/About.js Thu Aug 13 12:52:36 2015 +0200
@@ -77,7 +77,7 @@
* This function converts an Array into HTML-paragraphs
*/
rolesToHtml: function() {
-// var roles = '';
+ var roles = '';
// var r = Lada.userroles.split(',');
var i;
for (i in Lada.userroles){
More information about the Lada-commits
mailing list