Added stopPropagation

This commit is contained in:
Daniel Maya 2019-12-04 17:14:45 +01:00
parent 0ba2d86971
commit 2b8e9995ce
1 changed files with 2 additions and 2 deletions

View File

@ -737,7 +737,7 @@ var TreeController = {
}
$graphImage.addClass("module-graph").click(function(e) {
e.preventDefault();
e.stopPropagation();
if (element.statusImageHTML.indexOf("data:image") != -1) {
try {
winopeng_var(
@ -776,7 +776,7 @@ var TreeController = {
'images/binary.png" /> '
);
$dataImage.addClass("module-data").click(function(e) {
e.preventDefault();
e.stopPropagation();
try {
var serverName =