diff --git a/foreign dlls/ClientDependency.Core.dll b/foreign dlls/ClientDependency.Core.dll index 0b863dd257..1d3ccb6dfe 100644 Binary files a/foreign dlls/ClientDependency.Core.dll and b/foreign dlls/ClientDependency.Core.dll differ diff --git a/umbraco/presentation/umbraco/dialogs/rollBack.aspx.cs b/umbraco/presentation/umbraco/dialogs/rollBack.aspx.cs index add48ccacc..152a53727b 100644 --- a/umbraco/presentation/umbraco/dialogs/rollBack.aspx.cs +++ b/umbraco/presentation/umbraco/dialogs/rollBack.aspx.cs @@ -178,9 +178,9 @@ namespace umbraco.presentation.dialogs feedBackMsg.type = global::umbraco.uicontrols.Feedback.feedbacktype.success; string[] vars = {rollback.Text, rollback.VersionDate.ToLongDateString()}; feedBackMsg.Text = ui.Text("rollback", "documentRolledBack", vars, new global::umbraco.BusinessLogic.User(0)) + "
" + ui.Text("closeThisWindow") + ""; - diffPanel.Height = new Unit(200, UnitType.Pixel); + diffPanel.Height = new Unit(200, UnitType.Pixel); - Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "RollBack", "\n"); + ClientTools.ChangeContentFrameUrl("editContent.aspx?Id=" + d.Id.ToString()); } } }