This is an automated email from the ASF dual-hosted git repository.

mattmann pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/drat.git

commit c0e191e544046f19d5e225c6bc33233a14cfc432
Author: Chris Mattmann <[email protected]>
AuthorDate: Tue Feb 27 22:16:06 2018 -0800

    remove commented code.
---
 index.html | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/index.html b/index.html
index bd2c88d..59a9a25 100644
--- a/index.html
+++ b/index.html
@@ -215,14 +215,6 @@
 
     <script type="text/javascript">
       var drat = {};
-
-     // drat = $.getJSON( 
"https://api.github.com/repos/apache/drat/contributors";,
-      //  function( drat){
-     //     for( var i=0; i<drat.length;i++){
-     //         $(".names").append('<div class="col-md-3 breathing-space"><a 
target="_blank" href="https://github.com/' +  drat[i].login + '"><img src="' + 
drat[i].avatar_url +'" width="50%"/><h5>' + drat[i].login + '</h5></a></div>');
-     //       }
-      //  })
-      //  .fail( function(){
           drat = {
                             "display_name": "DRAT",
                             "site": "http://drat.apache.org/";,
@@ -292,10 +284,6 @@
             for( var username in drat.roster){
               $(".names").append('<div class="col-md-3 breathing-space"><a 
href="https://github.com/' + username + '"><img 
src="https://avatars.githubusercontent.com/' + username +'" width="50%"/><h5>' 
+ drat.roster[username]["name"] + '</h5></a></div>');
             }
-
-            //});
-
-
       
     </script>
   </body>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to