blob: ae3548af11693b1cc226709c1e3c611e51688c99 [file] [log] [blame]
Copybara854996b2021-09-07 19:36:02 +00001[# Empty function definitions because we load the JS at bottom of page.
2 Without this, some rollovers or on-click handlers might give errors for
3 the first 200ms or so after the page loads. With them, they simply are
4 no-ops. ]
5<script type="text/javascript" nonce="[nonce]">
6runOnLoad(function() {
7function _showBelow(){}
8function _toggleStar(){}
9function _goIssue(){}
10function _goFile(){}
11});
12</script>