JQueryUI is gone - well from umbraco_client as its used in bower in the newer client stuff

This commit is contained in:
Warren
2018-08-01 13:11:43 +01:00
parent 41f0d6f211
commit 7d380a6e03
3 changed files with 0 additions and 15 deletions

View File

@@ -7,7 +7,6 @@ namespace Umbraco.Web.UI.Bundles
/// The core Jquery libs
/// </summary>
[ClientDependency(ClientDependencyType.Javascript, "ui/jquery.js", "UmbracoClient", Priority = 0, Group = 1)]
[ClientDependency(ClientDependencyType.Javascript, "ui/jqueryui.js", "UmbracoClient", Priority = 1, Group = 1)]
[ClientDependency(ClientDependencyType.Javascript, "lib/jquery-migrate/jquery-migrate.min.js", "UmbracoRoot", Priority = 2, Group = 1)]
public class JsJQueryCore : Control
{