Changeset 16875 for trunk/FACT++


Ignore:
Timestamp:
06/20/13 21:54:47 (11 years ago)
Author:
tbretz
Message:
Fixed an issue with the detection of the 'camera' argument.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/doCrateReset.js

    r16859 r16875  
    1414var crate =
    1515[
    16      $['camera']==true || $['crate0']=='true',
    17      $['camera']==true || $['crate1']=='true',
    18      $['camera']==true || $['crate2']=='true',
    19      $['camera']==true || $['crate3']=='true'
     16     $['camera']=='true' || $['crate0']=='true',
     17     $['camera']=='true' || $['crate1']=='true',
     18     $['camera']=='true' || $['crate2']=='true',
     19     $['camera']=='true' || $['crate3']=='true'
    2020];
    2121
Note: See TracChangeset for help on using the changeset viewer.