We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfa912 commit 54f4696Copy full SHA for 54f4696
trac-env/templates/site_head.html
@@ -10,6 +10,6 @@
10
}
11
});
12
</script>
13
-<py:if test="req.environ['PATH_INFO'].startswith('/ticket/')">
+# if req.path_info.startswith('/ticket/'):
14
<script type="text/javascript" src="${href.chrome('site/tickethacks.js')}"></script>
15
-</py:if>
+# endif
0 commit comments