Changeset 457 for trunk/web-app/js
- Timestamp:
- May 25, 2010, 11:05:52 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/js/wizard.js
r434 r457 104 104 $('div#wizard').find('div.helpIcon').each(function() { 105 105 helpIcon = $(this); 106 helpContent = helpIcon.parent().parent().find('div.helpContent'); 106 helpContent = helpIcon.parent().find('div.helpContent'); 107 if (!helpContent.html()) { 108 helpContent = helpIcon.parent().parent().find('div.helpContent'); 109 } 107 110 108 111 // handle special content
Note: See TracChangeset
for help on using the changeset viewer.