Merge with c8b0dd68528b17c5fc4b7709bb742e17317b2cc1
authorcavaliet
Fri, 30 Nov 2012 13:30:51 +0100
changeset 984 4ac6e0aff004
parent 983 ea298d03fe67 (current diff)
parent 982 c8b0dd68528b (diff)
child 985 2f89ccff08cc
Merge with c8b0dd68528b17c5fc4b7709bb742e17317b2cc1
--- a/src/ldt/ldt/static/ldt/metadataplayer/KnowledgeConcierge.js	Fri Nov 30 13:28:46 2012 +0100
+++ b/src/ldt/ldt/static/ldt/metadataplayer/KnowledgeConcierge.js	Fri Nov 30 13:30:51 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]));
         })
     }