This is an automated email from the ASF dual-hosted git repository.

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git


The following commit(s) were added to refs/heads/master by this push:
     new 480ab1f4d migrated js to faces
480ab1f4d is described below

commit 480ab1f4dd68352c03dd2088f2ad0a5dcbcbb218
Author: Thomas Andraschko <[email protected]>
AuthorDate: Tue Nov 14 11:49:30 2023 +0100

    migrated js to faces
---
 .../src/main/resources/META-INF/resources/deltaspike/windowhandler.js   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/deltaspike/modules/jsf/impl/src/main/resources/META-INF/resources/deltaspike/windowhandler.js
 
b/deltaspike/modules/jsf/impl/src/main/resources/META-INF/resources/deltaspike/windowhandler.js
index 4b110f3df..bca8bed27 100644
--- 
a/deltaspike/modules/jsf/impl/src/main/resources/META-INF/resources/deltaspike/windowhandler.js
+++ 
b/deltaspike/modules/jsf/impl/src/main/resources/META-INF/resources/deltaspike/windowhandler.js
@@ -63,7 +63,7 @@ window.dswh = window.dswh || {
             targetStrategy.init(false);
 
             // JSF ajax callback
-            jsf.ajax.addOnEvent(function(event) {
+            faces.ajax.addOnEvent(function(event) {
                 if (event.status === "success") {
                     dswh.utils.log('--- #init(true)');
                     targetStrategy.init(true);

Reply via email to