Added stopPropagation
This commit is contained in:
parent
0ba2d86971
commit
2b8e9995ce
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue