Changeset 15056 for trunk


Ignore:
Timestamp:
03/13/13 14:35:43 (12 years ago)
Author:
tbretz
Message:
Some minor improvements of the display
File:
1 edited

Legend:

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

    r14999 r15056  
    444444    {
    445445        fdiv3.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; loadPage('control', z,  +1); };
    446         fdiv3.setAttribute("style", "background-position:-288px 50%;");
     446        fdiv3.setAttribute("style", "background-position:-289px 50%;");
    447447    }
    448448
     
    474474    ftd1.appendChild(fdiv1);
    475475    ftd2.appendChild(fdiv2);
    476     if (name!='control')
     476    if (is_cmd || name!='control')
    477477        ftd3.appendChild(fdiv3);
    478478    if (name!='scriptlog')
Note: See TracChangeset for help on using the changeset viewer.