mirror of https://github.com/status-im/codimd.git
e1977a1da7
At the moment, the URL is being composed and modified with the use of string composition. This causes issues, if the URL returned by GitHub slightly differs from the time developer initially had a look into it. In our case, the URL from GitHub has two query parameters in it, whilst the codebase only expected one. This change will take all of these parameters and only set the one we care about, whilst leaving others intact and carry on with the full URL. Fixes #1489 Signed-off-by: Rafal Proszowski <paroxp@gmail.com> |
||
---|---|---|
.. | ||
author.js | ||
index.js | ||
note.js | ||
revision.js | ||
user.js |