Skip to content
Snippets Groups Projects
Commit 248d8cee authored by Mohammed Sayed's avatar Mohammed Sayed Committed by Michael Simon
Browse files

ISSUE-208_Fix infoPnl(image next to login btn) not displayed

parent 65c1f3f3
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@
<p:ajax update=":form" oncomplete="updateClearButtonVisibility();" />
<p:ajax event="itemSelect" update="login" oncomplete="updateClearButtonVisibility();" />
<p:ajax event="clear" update="login" oncomplete="updateClearButtonVisibility();" />
<p:ajax event="change" oncomplete="updateClearButtonVisibility();" />
<p:ajax event="change" update="infoPnl" oncomplete="updateClearButtonVisibility();" />
<p:ajax event="blur" oncomplete="updateClearButtonVisibility();" />
</p:autoComplete>
<button type="button"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment