new
This commit is contained in:
@@ -410,6 +410,9 @@ function Adapters(main) {
|
|||||||
var adapter;
|
var adapter;
|
||||||
if (isCustom) {
|
if (isCustom) {
|
||||||
url = that.$installDialog.find('#install-url-link').val();
|
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' : '';
|
debug = that.$installDialog.find('#install-url-debug').prop('checked') ? ' --debug' : '';
|
||||||
adapter = '';
|
adapter = '';
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user