From cb69f0025f257c28ac3be39c4269373a9fa74002 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Wed, 21 Oct 2015 19:08:44 -0400 Subject: All: Fix manifest issues for categories and CSS dependencies Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder. --- ui/widgets/menu.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui/widgets/menu.js') diff --git a/ui/widgets/menu.js b/ui/widgets/menu.js index d42d65bac..e7b13e7c9 100644 --- a/ui/widgets/menu.js +++ b/ui/widgets/menu.js @@ -12,9 +12,9 @@ //>>description: Creates nestable menus. //>>docs: http://api.jqueryui.com/menu/ //>>demos: http://jqueryui.com/menu/ -//>>css.structure: ../themes/base/core.css -//>>css.structure: ../themes/base/menu.css -//>>css.theme: ../themes/base/theme.css +//>>css.structure: ../../themes/base/core.css +//>>css.structure: ../../themes/base/menu.css +//>>css.theme: ../../themes/base/theme.css ( function( factory ) { if ( typeof define === "function" && define.amd ) { -- cgit v1.2.3