Skip to content

Commit

Permalink
Fixed issue where the frontend field editors were not showing on ajax…
Browse files Browse the repository at this point in the history
… load
  • Loading branch information
MacdonaldRobinson committed Oct 19, 2019
1 parent 48822e3 commit a56c311
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WebApplication/Controls/LoggedIn/LoggedInHeader.ascx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@

<script type="text/javascript">
ajaxOptions.onLoad = function (el) {
CreateFieldsEditor();
}
function RefreshPage()
{
//if (popCloseRefreshPage) {
Expand Down

0 comments on commit a56c311

Please sign in to comment.