We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd8ca2 commit bfd85b7Copy full SHA for bfd85b7
main.js
@@ -21,7 +21,7 @@
21
// 2. get gist id and file name
22
query = query.split('/');
23
var gistId = query[0];
24
- var fileName = query[1];
+ var fileName = decodeURIComponent(query[1]);
25
26
// 3. write data to blank
27
document.getElementById('gist_id').value = gistId;
0 commit comments