Added the autocompletion of the owner and cosmetic changes.

This commit is contained in:
Loic d'Anterroches
2008-07-25 14:15:58 +02:00
parent e5d296d863
commit 4eea3797b2
6 changed files with 51 additions and 3 deletions

View File

@@ -67,5 +67,16 @@
<script type="text/javascript" src="{media '/idf/js/jquery-1.2.6.min.js'}"></script>
{include 'js-hotkeys.html'}
{block javascript}{/block}
{if $project}
<script type="text/javascript">{literal}
<!-- //
$(document).ready(function(){
var frag = location.hash;
if (frag.length > 3 && frag.substring(0, 3) == '#ic') {
$(frag).addClass("issue-comment-focus");
}
});
// -->{/literal}
</script>{/if}
</body>
</html>