This commit is contained in:
Andreas Österreicher
2007-11-05 16:41:54 +00:00
parent fe86e091a6
commit d5d956c0ac
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -173,7 +173,7 @@ var nsDragAndDrop =
// cancel the drag. even if it's not, there's not much
// we can do, so be silent.
}
aEvent.preventBubble();
aEvent.stopPropagation();
},
/**
@@ -205,7 +205,7 @@ var nsDragAndDrop =
aDragDropObserver.onDragOver(aEvent,
flavourSet.flavourTable[flavour],
this.mDragSession);
aEvent.preventBubble();
aEvent.stopPropagation();
break;
}
}
@@ -243,7 +243,7 @@ var nsDragAndDrop =
var dropData = multiple ? transferData : transferData.first.first;
aDragDropObserver.onDrop(aEvent, dropData, this.mDragSession);
}
aEvent.preventBubble();
aEvent.stopPropagation();
},
/**
+1 -1
View File
@@ -653,7 +653,7 @@ function StatistikPrintLVPlanung()
//Fachbereich holen
var col;
col = tree.columns ? tree.columns["kurzbz"] : "kurzbz";
col = tree.columns ? tree.columns["fachbereich-treecol-kurzbz"] : "fachbereich-treecol-kurzbz";
var fachbereich_kurzbz=tree.view.getCellText(tree.currentIndex,col);
var url = '<?php echo APP_ROOT ?>content/statistik/lvplanung.php?fachbereich_kurzbz='+fachbereich_kurzbz;
}