Changeset 733 for trunk/grails-app/taglib
- Timestamp:
- Jul 27, 2010, 4:08:14 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy
r629 r733 140 140 "\$('" + attrs.get('form') + "')" 141 141 ) 142 } 143 144 // change 'this' if a this attribute is preset 145 if (attrs.get('this')) { 146 button = button.replace('this', attrs.get('this')) 142 147 } 143 148
Note: See TracChangeset
for help on using the changeset viewer.