(refs #27)Display assigned user on issue list.

This commit is contained in:
takezoe
2013-07-10 21:09:21 +09:00
parent 9d61f73e22
commit 70761f4ac1
4 changed files with 16 additions and 7 deletions

View File

@@ -1,11 +1,11 @@
$(function(){
$.ajaxSetup({
cache: false
});
$.ajaxSetup({ cache: false });
$('#repository-url').click(function(){
this.select(0, this.value.length);
});
$('img[data-toggle=tooltip]').tooltip();
prettyPrint();
});