diff options
Diffstat (limited to 'public/js/gogs.js')
-rw-r--r-- | public/js/gogs.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/public/js/gogs.js b/public/js/gogs.js index 049e454b..5dae3c0c 100644 --- a/public/js/gogs.js +++ b/public/js/gogs.js @@ -172,15 +172,6 @@ function initRepository() { return; } - // New migrate - if ($('.repository.new.migrate').length > 0) { - // Clear browser autocomplete. - if ($('#auth_username').data('need-clear')) { - $('#auth_username').val(''); - $('#auth_password').val(''); - } - } - // Labels if ($('.repository.labels').length > 0) { // Create label |