Skip to content

Commit 6699ca5

Browse files
committed
Update jquery-ui minified path in setupbase.py
1 parent f330663 commit 6699ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setupbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def find_package_data():
144144
pjoin(components, "jquery", "jquery.min.js"),
145145
pjoin(components, "jquery-typeahead", "dist", "jquery.typeahead.min.js"),
146146
pjoin(components, "jquery-typeahead", "dist", "jquery.typeahead.min.css"),
147-
pjoin(components, "jquery-ui", "ui", "minified", "jquery-ui.min.js"),
147+
pjoin(components, "jquery-ui", "jquery-ui.min.js"),
148148
pjoin(components, "jquery-ui", "themes", "smoothness", "jquery-ui.min.css"),
149149
pjoin(components, "jquery-ui", "themes", "smoothness", "images", "*"),
150150
pjoin(components, "marked", "lib", "marked.js"),

0 commit comments

Comments
 (0)