Avoid re-layout when displaying the page.

Use <span>/<span> instead of <ul>/<il> for task menu anchor, to avoid flickering items when the
menus are created.
This commit is contained in:
Francois Ferrand
2015-02-24 16:26:57 +01:00
parent 11d1314fbe
commit 6b09ff766a
5 changed files with 14 additions and 14 deletions

View File

@@ -240,7 +240,7 @@ var Kanboard = (function() {
// Dropdown
$(".dropit-submenu").hide();
$('.dropdown').not(".dropit").dropit();
$('.dropdown').not(".dropit").dropit({ triggerParentEl : "span" });
}
};