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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « templates/frame.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/sitekey_frame.tmpl
diff --git a/templates/sitekey_frame.tmpl b/templates/sitekey_frame.tmpl
new file mode 100644
index 0000000000000000000000000000000000000000..26f231f378280253d1399c878c9048283bf46a08
--- /dev/null
+++ b/templates/sitekey_frame.tmpl
@@ -0,0 +1,10 @@
+{% extends "frame.tmpl" %}
+
+{% block body %}
+<script type="text/javascript">
+ 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
+ {
+ return hash.substring(1);
+ }
+</script>
+{% endblock %}
« 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