Widget: Homepage: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 109: | Line 109: | ||
function search(event) { | function search(event) { | ||
event.preventDefault(); | event.preventDefault(); | ||
const | const searchString = document.getElementById('hp-search-input').value; | ||
window.location.assign('/index.php?search=' + searchString + '&title=Special%3ASearch&profile=default&fulltext=1'); | |||
} | } | ||
</script> | </script> |
Revision as of 14:04, 20 June 2022
Development verstion of the DCT Homepage.
Not ready for production!