Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: templates/sitekey_frame.tmpl

Issue 29328600: Issue 3122 - Add sitekey frame files ready for sitekey testcases (Closed)
Patch Set: Set data-adblockkey attribute of html element Created Oct. 8, 2015, 12:32 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « templates/frame.tmpl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {% extends "frame.tmpl" %}
2
3 {% block body %}
4 <script type="text/javascript">
5 function transform_url(href, hash)
saroyanm 2015/10/13 09:55:18 What does this function suppose to do ? It's calle
kzar 2015/10/13 11:35:36 I've tried to give these bits better names and mak
6 {
7 return hash.substring(1);
8 }
9 </script>
10 {% endblock %}
OLDNEW
« no previous file with comments | « templates/frame.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld