commented code

This commit is contained in:
Francesco Mangiacrapa 2024-02-12 17:33:52 +01:00
parent 4518439788
commit 2f6ddcf2a0
1 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ public class CkanEventHandlerManager {
// public void onHide(HideEvent hideEvent) { // public void onHide(HideEvent hideEvent) {
// GWT.log("HideEvent on modal fired"); // GWT.log("HideEvent on modal fired");
// GWT.log(hideEvent.toDebugString()); // GWT.log(hideEvent.toDebugString());
// eventBus.fireEvent(new CloseCreationFormEvent()); // eventBus.fireEvent(new CloseCreationFormProfileEvent());
// //
// hideEvent.preventDefault(); // hideEvent.preventDefault();
// hideEvent.stopPropagation(); // hideEvent.stopPropagation();
@ -332,7 +332,7 @@ public class CkanEventHandlerManager {
// public void onHide(HideEvent hideEvent) { // public void onHide(HideEvent hideEvent) {
// GWT.log("HideEvent on modal fired"); // GWT.log("HideEvent on modal fired");
// GWT.log(hideEvent.toDebugString()); // GWT.log(hideEvent.toDebugString());
// eventBus.fireEvent(new CloseCreationFormEvent()); // eventBus.fireEvent(new CloseCreationFormProfileEvent());
// //
// hideEvent.preventDefault(); // hideEvent.preventDefault();
// hideEvent.stopPropagation(); // hideEvent.stopPropagation();