diff --git a/web/CXM_jquery.anubis b/web/CXM_jquery.anubis index 8c4c9d8..24887db 100644 --- a/web/CXM_jquery.anubis +++ b/web/CXM_jquery.anubis @@ -50,7 +50,13 @@ public define Script String code //javascript code to execute when the document is ready )= script("text/javascript","$(document).ready(function(){"+code+"});"). - + +public define String + jquery_ready + ( + String code //javascript code to execute when the document is ready + )= + "$(document).ready(function(){"+code+"});". /* jQuery default js files */ define List(HTML_Head_Tag) -- libgit2 0.21.4