TheDesk LICENSE v5

This commit is contained in:
cutls
2018-07-22 22:20:46 +09:00
parent 5844e81277
commit 7ba4b3d442
3 changed files with 4 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ input.addEventListener("focus", function() {
var acct = new_val.match(/@(\S{3,})/);
if(localStorage.getItem("imas")){
//セルフNP
var cpnp = new_val.match(/\/\/(\S{1,})/);
var cpnp = new_val.match(/^(?!.*http)\/\/(\S{1,})/);
}else{
var cpnp=[];
}