function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
David Holland 6David Holland 6 

Javascript Rerender of Page not functioning

We have a custom written chat console in Salesforce on a visualforce page.

Sometimes, when rerendering the page and calling controller actions through Javascript, the page refreshes completely and just displays the actual Javascript methods:

User-added image

Any help would be greatly appreciated!
 
<apex:actionFunction name="refreshData" action="{!refreshData}" oncomplete="refreshDataFinished(); reRenderQueue();" reRender="sideMenu, reRenderQueue, alertSection, autoResponseCounterBadge"/>



Let me know if you need anything extra!