(e)
| 861 | }; |
| 862 | |
| 863 | var scriptClick = function(e) { |
| 864 | if (!tab) createTab() |
| 865 | if (scriptdetails.onShow) scriptdetails.onShow(); |
| 866 | tab.show(); |
| 867 | if (e.button != 1) { |
| 868 | tab.select(); |
| 869 | } |
| 870 | }; |
| 871 | |
| 872 | var srank = cr('span', i.name, i.id, 'srank'); |
| 873 | var sinstalls = cr('span', i.name, i.id, 'sinstalls'); |
nothing calls this directly
no test coverage detected
searching dependent graphs…