Skip to content

Commit

Permalink
Core: Fixed postback issue when moving content to alt content panels.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahFowler committed Apr 13, 2018
1 parent 7b2b67c commit 9c80ee6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Web/Admin/PageLayout.aspx.cs
Expand Up @@ -1111,7 +1111,9 @@ private void LoadSettings()
ScriptController.RegisterAsyncPostBackControl(btnAlt2MoveDown);
ScriptController.RegisterAsyncPostBackControl(LeftEditBtn);


ScriptController.RegisterAsyncPostBackControl(ContentUpToNextButton);
ScriptController.RegisterAsyncPostBackControl(ContentDownToNextButton);

ScriptController.RegisterAsyncPostBackControl(LeftDeleteBtn);
ScriptController.RegisterAsyncPostBackControl(ContentDeleteBtn);
ScriptController.RegisterAsyncPostBackControl(RightDeleteBtn);
Expand Down

0 comments on commit 9c80ee6

Please sign in to comment.