Changeset 13523 for trunk


Ignore:
Timestamp:
05/02/12 21:16:33 (12 years ago)
Author:
tbretz
Message:
A little simplification.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/index.js

    r13496 r13523  
    750750    drawCamLegend(canv);
    751751
    752     var img = $("image"+z);
    753     img.src = canv.toDataURL("image/png");
     752    $("image"+z).src = canv.toDataURL("image/png");
    754753}
    755754/*
Note: See TracChangeset for help on using the changeset viewer.