Move mail tags strings to UI/Common

This commit is contained in:
Francis Lachapelle
2013-11-22 14:39:24 -05:00
parent cdb25b141d
commit 13f01b512b
71 changed files with 431 additions and 391 deletions
-5
View File
@@ -2849,11 +2849,6 @@ function getMenus() {
labelMenu.prepareVisibility = onLabelMenuPrepareVisibility;
}
var labelMenu = $("label-menu");
if (labelMenu) {
labelMenu.prepareVisibility = onLabelMenuPrepareVisibility;
}
var markMenu = $("mark-menu");
if (markMenu) {
markMenu.prepareVisibility = onMarkMenuPrepareVisibility;