Drop 0.5.x support
This commit is contained in:
parent
2a8d71367d
commit
7a3eccc709
2 changed files with 13 additions and 298 deletions
|
@ -220,7 +220,7 @@ function initRepository() {
|
|||
|
||||
// File list and commits
|
||||
if ($('.repository.file.list').length > 0 ||
|
||||
('.repository.commits').length > 0) {
|
||||
('.repository.commits').length > 0) {
|
||||
initFilterSearchDropdown('.choose.reference .dropdown');
|
||||
|
||||
$('.reference.column').click(function () {
|
||||
|
@ -411,7 +411,7 @@ function initRepository() {
|
|||
$status_btn.click(function () {
|
||||
$('#status').val($status_btn.data('status-val'));
|
||||
$('#comment-form').submit();
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
// Diff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue