Skip to content

Commit

Permalink
Decode rrule text from url
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich authored Aug 11, 2021
1 parent 286422d commit 5318bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ $(function () {
const arg = match[2]
activateTab($(`a[href='#${method}-input']`))
return $(`#${method}-input input:first`)
.val(arg)
.val(decodeURIComponent(arg))
.trigger('change')
}
}
Expand Down

0 comments on commit 5318bd2

Please sign in to comment.