You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/07/26 20:10:39 UTC

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #15641: update website for 1.5.0

ChaiBapchya commented on issue #15641: update website for 1.5.0
URL: https://github.com/apache/incubator-mxnet/pull/15641#issuecomment-515583870
 
 
    the reason why
   ```
   $ pip install mxnet==1.4.0
   ```
   continues to exist is because for some weird reason
   only that particular div class = “v1-4-0” doesn’t have style=“display: none;” 
   
   ![Screen Shot 2019-07-26 at 1 09 22 PM](https://user-images.githubusercontent.com/10992635/61978656-b2296500-afa6-11e9-856c-961cb671c61f.png)
   
   If somehow, we are able to set the CSS using JS, we can get rid of this 1.4.0 issue.
   
   I tried to see the onclick event for buttons in the version related dropdown. but it looks generic and hence can’t seem to single out why only v1.4.0 div isn’t getting CSS.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services