mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
98_DOIFtools: remove unessesary code due to changes in console.js
git-svn-id: https://svn.fhem.de/fhem/trunk@19948 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
894a0328fd
commit
67ce93738d
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||||
# Do not insert empty lines here, update check depends on it.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- change: 98_DOIFtools: remove unessesary code due to changes in console.js
|
||||||
- bugfix: 70_ZoneMinder: fixed JSON-parsing bug
|
- bugfix: 70_ZoneMinder: fixed JSON-parsing bug
|
||||||
- feature: 57_Calendar: get ...events include:... returnType:...
|
- feature: 57_Calendar: get ...events include:... returnType:...
|
||||||
- feature: 44_TEK603: ser2net support
|
- feature: 44_TEK603: ser2net support
|
||||||
|
@ -224,9 +224,6 @@ function doiftoolsOptChanged() {
|
|||||||
inpt.setSelectionRange(7,17+N);
|
inpt.setSelectionRange(7,17+N);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
function doiftoolsReplaceBR() {
|
|
||||||
$("textarea#console").html($("textarea#console").html().replace(/<br(.*)?>/g,""));
|
|
||||||
}
|
|
||||||
|
|
||||||
function delbutton() {
|
function delbutton() {
|
||||||
if ($('#doiftoolstype').attr('embefore') == 1) {
|
if ($('#doiftoolstype').attr('embefore') == 1) {
|
||||||
@ -245,7 +242,6 @@ function delbutton() {
|
|||||||
//execute
|
//execute
|
||||||
$( window ).on( "load", delbutton );
|
$( window ).on( "load", delbutton );
|
||||||
$('#console').on('select', doiftoolsCopyToClipboard);
|
$('#console').on('select', doiftoolsCopyToClipboard);
|
||||||
$('#console').on('mouseover',doiftoolsReplaceBR);
|
|
||||||
</script>
|
</script>
|
||||||
EOF
|
EOF
|
||||||
my $DOIFtoolsJSfuncStart = <<'EOF';
|
my $DOIFtoolsJSfuncStart = <<'EOF';
|
||||||
|
Loading…
Reference in New Issue
Block a user