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 fde0414 commit 5b8d439Copy full SHA for 5b8d439
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "defer-script",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "Defer scripts that survive vulcanisation/bundling",
5
"main": "defer-script.html",
6
"dependencies": {
defer-script.html
@@ -78,7 +78,7 @@
78
},
79
80
_splitSrcString: function(src) {
81
- return src.split(',').map(src => src.trim())
+ return src.split(',').map(src => decodeURI(src)).map(src => src.trim())
82
}
83
});
84
</script>
0 commit comments