Commit 5f232ae3 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix other forgotten tooltip parts

parent 52bfbc99
Loading
Loading
Loading
Loading
+12 −3
Original line number Diff line number Diff line
@@ -702,7 +702,10 @@ function WMOPS_perOP() {

        elt.bind("plothover", function (event, pos, item) {
        if (!item) {
          // only remove if not in tooltip anymore
          if ($('#tooltip:hover').length == 0) {
            $("#tooltip").remove();
          }
          previousPoint = null;
          return;
        }
@@ -810,7 +813,10 @@ function WMOPS_perOP() {
		
        elt.bind("plothover", function (event, pos, item) {
            if (!item) {
                // only remove if not in tooltip anymore
                if ($('#tooltip:hover').length == 0) {
                  $("#tooltip").remove();
                }
                previousPoint = null;
                return;
            }
@@ -976,7 +982,10 @@ function WMOPS_perOP_48kHz() {

        elt.bind("plothover", function (event, pos, item) {
        if (!item) {
          // only remove if not in tooltip anymore
          if ($('#tooltip:hover').length == 0) {
            $("#tooltip").remove();
          }
          previousPoint = null;
          return;
        }