U4-1117 - Fixed any errors when renaming /umbraco to something else

This commit is contained in:
Jeffrey Schoemaker
2015-10-29 16:27:33 +01:00
parent db62d14b1a
commit e02693e46b

View File

@@ -67,7 +67,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes.TreeMenu
/// </summary>
public string JsSource
{
get { return "~/umbraco/developer/RelationTypes/TreeMenu/ActionDeleteRelationType.js"; }
get { return "developer/RelationTypes/TreeMenu/ActionDeleteRelationType.js"; }
}
/// <summary>