2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

98_DOIFtools.pm: smoother event selection fot FF and Chrome

git-svn-id: https://svn.fhem.de/fhem/trunk@13922 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Ellert 2017-04-07 18:29:11 +00:00
parent 709cb8adfd
commit 0575652fd1

View File

@ -244,7 +244,6 @@ function delbutton() {
$( window ).on( "load", delbutton );
$('#console').on('select', doiftoolsCopyToClipboard);
$('#console').on('mouseover',doiftoolsReplaceBR);
$('#console').on('mousedown',doiftoolsReplaceBR);
</script>
EOF
my $DOIFtoolsJSfuncStart = <<'EOF';