Fix classification menu in component editor

This commit is contained in:
Francis Lachapelle
2013-02-01 14:47:37 -05:00
parent 716daf027d
commit ecc36c9025
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1238,7 +1238,7 @@ function popupToolbarMenu(node, menuId) {
visibility: "visible" });
document.currentPopupMenu = popup;
$(document.body).observe("mouseup", onBodyClickMenuHandler);
$(document.body).on("mouseup", onBodyClickMenuHandler);
}
/* contact selector */