public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Search Repo:
Fixes to the jquery stuff.


git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@4452 
3d254a34-79dc-0310-9e5f-be208747d8a0
calguy1000 (author)
Sat Apr 26 08:47:59 -0700 2008
commit  68e9e77b6bdc9b3db937026d3f89f71b71d5fac8
tree    a9f3f2c9017b2074395d45d8ffdfc47a443e58f2
parent  59759ed1d0a83fcdc9300b67c3c8a0784dbc5a1c
...
45
46
47
48
 
49
50
51
...
45
46
47
 
48
49
50
51
0
@@ -45,7 +45,7 @@
0
 
0
       // assign an event for every form row
0
       $("div[id*='formrow']").bind("click", function() {
0
- var help = $(this).html();
0
+ var help = $(this).children("input[id*='help_']").val();
0
         $('#HelpContent').html(help);
0
       });
0
       

Comments

    No one has commented yet.