Left: | ||
Right: |
OLD | NEW |
---|---|
(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 %} | |
OLD | NEW |