Update index.html.erb
This commit is contained in:
parent
1ad634202b
commit
35f8a78bd4
|
@ -6,7 +6,7 @@ function MergeUrl(){
|
|||
var tp=temp_url.lastIndexOf('/')
|
||||
location.href = temp_url.substring(0,tp+1)+"merge/"+temp_url.substring(tp+1)
|
||||
}
|
||||
else if (tem_url.slice(-1)!='/'){
|
||||
else if (temp_url.slice(-1)!='/'){
|
||||
location.href = location.href + "merge"
|
||||
}
|
||||
else{
|
||||
|
|
Loading…
Reference in New Issue