comment out global reports

This commit is contained in:
czaks 2016-05-06 14:57:07 +02:00
parent 65ea7b78c5
commit 8496b021a9

View File

@ -36,7 +36,7 @@ if ($('#delete-fields #password').length) {
}
Menu.add_item("report_menu", _("Report"));
Menu.add_item("global_report_menu", _("Global report"));
//Menu.add_item("global_report_menu", _("Global report"));
Menu.onclick(function(e, $buf) {
var ele = e.target.parentElement.parentElement;
var $ele = $(ele);