Commit d0664ac79d9a43ca5a42ec79599616975253d1f9

Authored by totoro
1 parent e64143ab

replace $(document).ready by jQuery which is same behaviour

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
web/CXM_jquery.anubis
... ... @@ -28,7 +28,7 @@ public define Script
28 28 (
29 29 String code //javascript code to execute when the document is ready
30 30 )=
31   - script("","$(document).ready(function(){"+code+"});").
  31 + script("","jQuery(function(){"+code+"});").
32 32  
33 33  
34 34 /* jQuery default js files */
... ...