(e, noselect)
| 1577 | }; |
| 1578 | |
| 1579 | var scriptClick = function(e, noselect) { |
| 1580 | if (!tab) createTab(); |
| 1581 | if (scriptdetails.onShow) scriptdetails.onShow(); |
| 1582 | tab.show(); |
| 1583 | if ((!e || e.button != 1) && !noselect) { |
| 1584 | tab.select(); |
| 1585 | } |
| 1586 | sname_name.setAttribute('open', 'true'); |
| 1587 | }; |
| 1588 | |
| 1589 | if (sname_name.getAttribute('open') == 'true') { |
| 1590 | // update currently open tabs too |
no test coverage detected
searching dependent graphs…