/rpc/

/* 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(); });
aboutsummaryrefslogblamecommitdiff
path: root/ssa.c
blob: 7c6945dcfbdf7883c6f7bea271717bcb1e813849 (plain) (tree)
1
2
3
4
5
6
7
8
9
10