| author | veltr |
| Fri, 30 Nov 2012 13:19:03 +0100 | |
| changeset 981 | 1b577ec1ce24 |
| parent 978 | 89941a72e69f |
| child 982 | c8b0dd68528b |
| src/ldt/ldt/static/ldt/metadataplayer/KnowledgeConcierge.js | file | annotate | diff | comparison | revisions |
--- a/src/ldt/ldt/static/ldt/metadataplayer/KnowledgeConcierge.js Fri Nov 30 11:51:03 2012 +0100 +++ b/src/ldt/ldt/static/ldt/metadataplayer/KnowledgeConcierge.js Fri Nov 30 13:19:03 2012 +0100 @@ -324,7 +324,7 @@ var keywmatch = document.location.hash.match(/keyword=([^#?&]+)/); if (keywmatch) { this.player.on("widgets-loaded", function() { - triggerSearch(keywmatch[1]); + triggerSearch(decodeURIComponent(keywmatch[1])); }) }