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/sortable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/widgets/sortable.js') diff --git a/ui/widgets/sortable.js b/ui/widgets/sortable.js index 423bb81f8..8920ed967 100644 --- a/ui/widgets/sortable.js +++ b/ui/widgets/sortable.js @@ -12,7 +12,7 @@ //>>description: Enables items in a list to be sorted using the mouse. //>>docs: http://api.jqueryui.com/sortable/ //>>demos: http://jqueryui.com/sortable/ -//>>css.structure: ../themes/base/sortable.css +//>>css.structure: ../../themes/base/sortable.css ( function( factory ) { if ( typeof define === "function" && define.amd ) { -- cgit v1.2.3