Ignore:
Timestamp:
05/24/12 19:22:29 (12 years ago)
Author:
tbretz
Message:
make 'fact' simple always on the left side.
File:
1 edited

Legend:

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

    r13877 r13879  
    421421    div3.setAttribute("style", "background-position:-575px 50%;");
    422422    div4.setAttribute("style", "display:none;background-position:-12px -12px;");
    423     div3.onclick = function() { this.style.backgroundColor='rgba(0,0,0,0.77)'; loadPage('fact',  z,  -z); }
     423    div3.onclick = function() { this.style.backgroundColor='rgba(0,0,0,0.77)'; loadPage('fact',  z,  -1); }
    424424    div2.onclick = function() { this.style.backgroundColor='rgba(0,0,0,0.77)'; loadPage(fname,   z, -dz); }
    425425    div4.onclick = function() { this.style.backgroundColor='rgba(0,0,0,0.77)'; loadPage('error', z,  +1); }
Note: See TracChangeset for help on using the changeset viewer.