Commit 029f7add by 王东红

fix

parent abb82c99
......@@ -301,7 +301,7 @@ define([
})
.each(function () {
var menu = $(this),
item = menu.prev("a"),
item = menu.parent().parent().prev("a"),
submenuCarat = $("<span>")
.addClass("ui-menu-icon ui-icon " + icon)
.data("ui-menu-submenu-carat", true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment