Changeset 18103 for trunk/FACT++/www
- Timestamp:
- 02/09/15 13:50:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/smartfact/index.js
r17680 r18103 434 434 if (is_cmd) 435 435 { 436 fdiv3.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; submit(script ); this.style.backgroundColor=''; };436 fdiv3.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; submit(script, is_irq); this.style.backgroundColor=''; }; 437 437 fdiv3.setAttribute("style", "background-position:-109px 50%;"); 438 438 }
Note:
See TracChangeset
for help on using the changeset viewer.