Changeset 18103 for trunk/FACT++/www


Ignore:
Timestamp:
02/09/15 13:50:09 (10 years ago)
Author:
tbretz
Message:
Fixed a problem that the interrupt was only correctly handled if executed by icon and not by title.
File:
1 edited

Legend:

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

    r17680 r18103  
    434434    if (is_cmd)
    435435    {
    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=''; };
    437437        fdiv3.setAttribute("style", "background-position:-109px 50%;");
    438438    }
Note: See TracChangeset for help on using the changeset viewer.