You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/08/07 12:12:19 UTC

[GitHub] garrensmith commented on a change in pull request #948: Fix sidebar expand/collapse when design doc name has special chars

garrensmith commented on a change in pull request #948: Fix sidebar expand/collapse when design doc name has special chars
URL: https://github.com/apache/couchdb-fauxton/pull/948#discussion_r131637575
 
 

 ##########
 File path: app/addons/documents/routes-index-editor.js
 ##########
 @@ -53,7 +53,7 @@ const IndexEditorAndResults = BaseRoute.extend({
     const params = this.createParams(),
           urlParams = params.urlParams,
           docParams = params.docParams,
-          decodeDdoc = decodeURIComponent(ddoc),
+          decodeDdoc = ddoc,
 
 Review comment:
   This variable name is confusing since its now not the decoded design doc.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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