You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by robertkowalski <gi...@git.apache.org> on 2015/04/01 02:05:03 UTC

[GitHub] couchdb-fauxton pull request: Fix Views toggle with dot symbol in ...

Github user robertkowalski commented on the pull request:

    https://github.com/apache/couchdb-fauxton/pull/319#issuecomment-88290401
  
    safeurl uses `encodeURIComponent`: https://github.com/apache/couchdb-fauxton/blob/9343084ace991386fab014529efdfdc67e10f389/app/core/utils.js#L98
    
    So for converting back and forth we can use:
    
    ```js
    decodeURIComponent(encodeURIComponent('_design/foo'));
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---