new
This commit is contained in:
@@ -410,6 +410,9 @@ function Adapters(main) {
|
||||
var adapter;
|
||||
if (isCustom) {
|
||||
url = that.$installDialog.find('#install-url-link').val();
|
||||
|
||||
if (url.startsWith("http") && url.endsWith(".git") url = "git+" _ url;
|
||||
|
||||
debug = that.$installDialog.find('#install-url-debug').prop('checked') ? ' --debug' : '';
|
||||
adapter = '';
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user