src/widgets/KnowledgeConcierge.js
changeset 986 f9d51dd4a3fe
parent 984 e034099276f6
child 1002 a86208b60c91
equal deleted inserted replaced
985:9859c4bae904 986:f9d51dd4a3fe
   322     });
   322     });
   323     
   323     
   324     var keywmatch = document.location.hash.match(/keyword=([^#?&]+)/);
   324     var keywmatch = document.location.hash.match(/keyword=([^#?&]+)/);
   325     if (keywmatch) {
   325     if (keywmatch) {
   326         this.player.on("widgets-loaded", function() {
   326         this.player.on("widgets-loaded", function() {
   327             triggerSearch(keywmatch[1]);
   327             triggerSearch(decodeURIComponent(keywmatch[1]));
   328         })
   328         })
   329     }
   329     }
   330     
   330     
   331     bindJavascript();
   331     bindJavascript();
   332     
   332