Ignore:
Timestamp:
04/28/14 12:17:05 (11 years ago)
Author:
tbretz
Message:
Do not process main when only the pixel has been changed; some imporvements to the main accordion; A slightly nicer test code.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/viewer/index.html

    r17703 r17711  
    7373      <div id="textcontainer2">
    7474         <textarea id="editor2" name="editor2" type="textarea">
    75 print("test\n2nd line\n");
     75print("This output will go to the Console.\n");
    7676
    7777// The four first values of pixel 1
    7878var arr = [ $.data[1][0], $.data[1][1], $.data[1][2], $.data[1][3] ];
    79 print("return [ "+arr+" ]\n");
     79print("Pixel 1: [ "+arr+" ]\n");
    8080
    8181// Get the maximum sample from each pixel
Note: See TracChangeset for help on using the changeset viewer.