comparison app/view/window/About.js @ 915:7da9161910e4

uncomment the roles.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 13 Aug 2015 12:52:36 +0200
parents 21b139cc41b2
children 323f02e6e514
comparison
equal deleted inserted replaced
914:21b139cc41b2 915:7da9161910e4
75 75
76 /** 76 /**
77 * This function converts an Array into HTML-paragraphs 77 * This function converts an Array into HTML-paragraphs
78 */ 78 */
79 rolesToHtml: function() { 79 rolesToHtml: function() {
80 // var roles = ''; 80 var roles = '';
81 // var r = Lada.userroles.split(','); 81 // var r = Lada.userroles.split(',');
82 var i; 82 var i;
83 for (i in Lada.userroles){ 83 for (i in Lada.userroles){
84 roles += '<br />' + r[i]; 84 roles += '<br />' + r[i];
85 } 85 }

http://lada.wald.intevation.org