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
|
// File list and commits
|
||||||
if ($('.repository.file.list').length > 0 ||
|
if ($('.repository.file.list').length > 0 ||
|
||||||
('.repository.commits').length > 0) {
|
('.repository.commits').length > 0) {
|
||||||
initFilterSearchDropdown('.choose.reference .dropdown');
|
initFilterSearchDropdown('.choose.reference .dropdown');
|
||||||
|
|
||||||
$('.reference.column').click(function () {
|
$('.reference.column').click(function () {
|
||||||
@ -411,7 +411,7 @@ function initRepository() {
|
|||||||
$status_btn.click(function () {
|
$status_btn.click(function () {
|
||||||
$('#status').val($status_btn.data('status-val'));
|
$('#status').val($status_btn.data('status-val'));
|
||||||
$('#comment-form').submit();
|
$('#comment-form').submit();
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// Diff
|
// Diff
|
||||||
|
Reference in New Issue
Block a user