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