equal
deleted
inserted
replaced
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 |