| author | veltr |
| Fri, 30 Nov 2012 13:19:44 +0100 | |
| changeset 982 | c8b0dd68528b |
| parent 981 | 1b577ec1ce24 (diff) |
| parent 980 | de6f5b3ee200 (current diff) |
| child 984 | 4ac6e0aff004 |
--- a/src/ldt/ldt/static/ldt/metadataplayer/KnowledgeConcierge.js Fri Nov 30 12:27:17 2012 +0100 +++ b/src/ldt/ldt/static/ldt/metadataplayer/KnowledgeConcierge.js Fri Nov 30 13:19:44 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])); }) }