Changeset 282 for trunk/trax/vendor

Show
Ignore:
Timestamp:
02/14/07 19:18:23 (5 years ago)
Author:
john
Message:

made change to build_observer from warrior_deluxe

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/action_view/helpers/javascript_helper.php

    r270 r282  
    9393        if($options['update']) { 
    9494            if(!$options['with']) { 
    95                 $options['with'] = 'value'; 
     95                #$options['with'] = 'value'; 
     96        $options['with'] = "'value=' + value"; 
    9697            } 
    9798        }