base2.js has been moved to that nice farm upstate

This commit is contained in:
Warren
2018-08-01 13:35:00 +01:00
parent 90267338a4
commit 956d1d53a6
5 changed files with 0 additions and 1688 deletions

View File

@@ -369,7 +369,6 @@
<Content Include="Umbraco_Client\Modal\jquery.simplemodal.1.4.1.custom.js" />
<Content Include="Umbraco\Config\Lang\ko.xml" />
<Content Include="Umbraco\Dashboard\FeedProxy.aspx" />
<Content Include="Umbraco_Client\Ui\base2.js" />
<Content Include="Umbraco\endPreview.aspx" />
<Content Include="Umbraco\Dialogs\Preview.aspx" />
<Content Include="Umbraco\Controls\Tree\TreeControl.ascx" />
@@ -526,7 +525,6 @@
<Content Include="Umbraco_Client\Scrollingmenu\javascript.js" />
<Content Include="Umbraco_Client\Scrollingmenu\style.css" />
<Content Include="Umbraco_Client\Tablesorting\tableDragAndDrop.js" />
<Content Include="Umbraco_Client\Ui\default.css" />
<Content Include="App_Browsers\w3cvalidator.browser" />
<Content Include="App_Browsers\Form.browser" />
<Content Include="Umbraco\Masterpages\default.Master" />

View File

@@ -13,7 +13,6 @@
<umb:JsInclude ID="JsInclude1" runat="server" FilePath="Application/NamespaceManager.js" PathNameAlias="UmbracoClient" Priority="0" />
<umb:JsInclude ID="JsInclude4" runat="server" FilePath="lib/jquery-migrate/jquery-migrate.min.js" PathNameAlias="UmbracoRoot" Priority="1" />
<umb:JsInclude ID="JsInclude6" runat="server" FilePath="ui/base2.js" PathNameAlias="UmbracoClient" Priority="1" />
</head>
<body style="overflow: scroll">

View File

@@ -48,15 +48,6 @@ namespace Umbraco.Web.UI.Umbraco.Dashboard {
/// </remarks>
protected global::ClientDependency.Core.Controls.JsInclude JsInclude4;
/// <summary>
/// JsInclude6 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::ClientDependency.Core.Controls.JsInclude JsInclude6;
/// <summary>
/// form1 control.
/// </summary>

File diff suppressed because it is too large Load Diff

View File

@@ -12,7 +12,6 @@ namespace Umbraco.Web.UI.Bundles
/// </summary>
[ClientDependency(ClientDependencyType.Javascript, "Application/NamespaceManager.js", "UmbracoClient", Priority = 0, Group = 0)]
[ClientDependency(ClientDependencyType.Javascript, "Application/UmbracoUtils.js", "UmbracoClient", Priority = 1, Group = 0)]
[ClientDependency(ClientDependencyType.Javascript, "ui/base2.js", "UmbracoClient", Priority = 3, Group = 0)]
public class JsApplicationLib : Control
{
}