Changeset 15056 for trunk/FACT++/www
- Timestamp:
- 03/13/13 14:35:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/smartfact/index.js
r14999 r15056 444 444 { 445 445 fdiv3.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; loadPage('control', z, +1); }; 446 fdiv3.setAttribute("style", "background-position:-28 8px 50%;");446 fdiv3.setAttribute("style", "background-position:-289px 50%;"); 447 447 } 448 448 … … 474 474 ftd1.appendChild(fdiv1); 475 475 ftd2.appendChild(fdiv2); 476 if ( name!='control')476 if (is_cmd || name!='control') 477 477 ftd3.appendChild(fdiv3); 478 478 if (name!='scriptlog')
Note:
See TracChangeset
for help on using the changeset viewer.