Changeset 181 for Dev/trunk/returnStep.php
- Timestamp:
- 12/09/11 16:10:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/returnStep.php
r168 r181 130 130 131 131 //echo out the HTML markup 132 $responsePart = '<div class="displayStep" id="' . $result->uid . '" onClick=" selectStep(this.id);"><div class="displayStepIcon"><img src="' . $imageURL . '" /></div>' . $result->title . '</div>';132 $responsePart = '<div class="displayStep" id="' . $result->uid . '" onClick="clickStep(this.id);"><div class="displayStepIcon"><img src="' . $imageURL . '" /></div>' . $result->title . '</div>'; 133 133 return $responsePart; 134 134 }
Note: See TracChangeset
for help on using the changeset viewer.