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 %} |