Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Side by Side Diff: appengine/monorail/templates/framework/js-placeholders.ezt

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [# 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]">
6 runOnLoad(function() {
7 function _showBelow(){}
8 function _toggleStar(){}
9 function _goIssue(){}
10 function _goFile(){}
11 });
12 </script>
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698