diff --git a/templates/index.pug b/templates/index.pug index 8c9a7833..883cb8b4 100644 --- a/templates/index.pug +++ b/templates/index.pug @@ -18,6 +18,8 @@ block content h3 Enter Channel input#channelname.form-control(type="text", placeholder="Channel Name") p.text-muted New channels can be registered from the My Channels page. + +append footer script(type="text/javascript"). $("#channelname").keydown(function (ev) { if (ev.keyCode === 13) {