/plugin/evm/

s").remove(); var header = $("table#header"); $(tabs).insertAfter(header); $(forms).insertAfter(header); header.css('display', 'inline-block'); header.css('width', 'auto'); } function wrap_fat_elements() { /* wrap the elements that could be very large in width */ $("table.list, table.blob, table.ssdiff, " + "table.bin-blob, table.nowrap, table.commit-info, " + "table.diffstat, table.diff, table.list, table.stats, " + "table.vgraph, table.hgraph, table.blame" ).wrap("
"); $('.table-wrap, pre.literal-block').mCustomScrollbar({ axis: 'x', theme: 'minimal', autoHideScrollbar: true, autoDraggerLength: true, scrollInertia: 100, mouseWheel: { enable: true, axis: 'x' }, documentTouchScroll: true }); } $(function() { go_responsive(); wrap_fat_elements(); });
aboutsummaryrefslogtreecommitdiff
path: root/core/genesis_alloc.go
blob: 81477a6f6b290b84d2ee22321bf55c35e1ab6757 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27