Commit 5968cad3c68d1cb8fbe594d3d783d626cca9f481
1 parent
d8474a00
Added required scripts definition to NotifyStackRenderer.
Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -38,6 +38,8 @@ import java.util.Map; | @@ -38,6 +38,8 @@ import java.util.Map; | ||
| 38 | public class NotifyStackRenderer extends HeaderResourcesRendererBase { | 38 | public class NotifyStackRenderer extends HeaderResourcesRendererBase { | 
| 39 | 39 | ||
| 40 | private final InternetResource[] scripts = { | 40 | private final InternetResource[] scripts = { | 
| 41 | + getResource("/org/richfaces/renderkit/html/scripts/jquery/jquery.js"), | ||
| 42 | + getResource("/org/richfaces/renderkit/html/scripts/jquery.pnotify.js"), | ||
| 41 | getResource("/org/richfaces/renderkit/html/scripts/richfaces.notify.js") | 43 | getResource("/org/richfaces/renderkit/html/scripts/richfaces.notify.js") | 
| 42 | }; | 44 | }; | 
| 43 | 45 | 
Please
register
or
login
to post a comment