Drop 0.5.x support

This commit is contained in:
Unknwon
2015-12-10 19:52:06 -05:00
parent 2a8d71367d
commit 7a3eccc709
2 changed files with 13 additions and 298 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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