Drop 0.5.x support
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Reference in New Issue
Block a user