DO NOT DOWNLOAD. DOWNLOAD LATEST STABLE FROM RELEASE TAB
Tags files for removal. ClientDependency work. [TFS Changeset #56809]
This commit is contained in:
@@ -354,10 +354,10 @@
|
||||
<Compile Include="userControlWrapper\usercontrolDataEditor.cs" />
|
||||
<Compile Include="userControlWrapper\usercontrolDataType.cs" />
|
||||
<Compile Include="userControlWrapper\usercontrolPrevalueEditor.cs" />
|
||||
<Compile Include="wysiwyg\editor.cs">
|
||||
<Compile Include="__TODELETE__wysiwyg\__TODELETE__editor.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="wysiwyg\WysiwygDataType.cs">
|
||||
<Compile Include="__TODELETE__wysiwyg\__TODELETE__WysiwygDataType.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="yesno\yesNo.cs">
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace umbraco.uicontrols {
|
||||
|
||||
//this.Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "CodeAreaStyles", "<link rel='stylesheet' href='/umbraco_client/CodeArea/style.css' />");
|
||||
this.Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "CodeAreaJavaScript", "<script language='javascript' src='/umbraco_client/CodeArea/javascript.js'></script>");
|
||||
// this.Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "CodeAreaJavaScript_new", "<script language='javascript' src='/umbraco_client/CodeArea/xbf.js'></script>");
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user