ulrich
2017-02-01 0bc3073a6c5c8512184fd8d0e0044eee7e8d47d0
auskommentierte Teile entfernt
2 files modified
24 ■■■■■ changed files
web/ui/index.html 16 ●●●●● patch | view | raw | blame | history
web/ui/ui.js 8 ●●●●● patch | view | raw | blame | history
web/ui/index.html
@@ -13,22 +13,6 @@
      {{/List}}
      {{/List}}
    </script>
    <!--
    <script id="tpl-role-list" type="x-tmpl-mustache">
      {{#List}}
      {{#List}}
        <option value="{{ String }}">{{ String }}</option>'
      {{/List}}
      {{/List}}
    </script>
    <script id="tpl-user-role-list" type="x-tmpl-mustache">
      {{#List}}
      {{#List}}
        <option value="{{ String }}">{{ String }}</option>'
      {{/List}}
      {{/List}}
    </script>
    -->
  </head>
  <body>
    <div id="inhalt">
web/ui/ui.js
@@ -216,14 +216,6 @@
  Mustache.parse(template);   // optional, speeds up future uses
  $("#rollen").append( Mustache.render(template, resp) );
  
  /*
  var rollen = resp.List[0];
  for(var i = 1; i < rollen.List.length; i++) {
    var rolle = rollen.List[i];
    $("#rollen").append('<option value=' + rolle.String + '>' + rolle.String + '</option>');
  }
  */
  $('#rolleErteilen').prop( "disabled", true );
}