From 81071b59445d702d14a80241f409fc282d509f1f Mon Sep 17 00:00:00 2001 From: RblSb Date: Wed, 4 Mar 2020 20:56:03 +0300 Subject: Template url --- src/client/Buttons.hx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/client/Buttons.hx') diff --git a/src/client/Buttons.hx b/src/client/Buttons.hx index 318ba9a..e5c36a0 100644 --- a/src/client/Buttons.hx +++ b/src/client/Buttons.hx @@ -137,6 +137,12 @@ class Buttons { final showCustomEmbed = ge("#showcustomembed"); showCustomEmbed.onclick = e -> showPlayerGroup(showCustomEmbed); + ge("#insert_template").onclick = e -> { + final input:InputElement = cast ge("#mediaurl"); + input.value = main.getTemplateUrl(); + input.focus(); + } + window.onresize = onVideoResize; initSplit(); } -- cgit v1.2.3