Changeset 5847
- Timestamp:
- 11/04/07 16:40:57 (1 year ago)
- Files:
-
- branches/1.0/lib/helper/JavascriptHelper.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/helper/JavascriptHelper.php
r4754 r5847 901 901 if (isset ($options['with'])) 902 902 { 903 $js_options['callback'] = "function(element, value) { return ".$options['with']."}";903 $js_options['callback'] = "function(element, value) { return ".$options['with']."}"; 904 904 } 905 905 if (isset($options['indicator']))