mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 21:45:50 +01:00
(refs #27)Display assigned user on issue list.
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user