Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
295e1771ab |
@@ -122,7 +122,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
var ph = window.location.pathname.split('/');
|
var ph = window.location.pathname.split('/');
|
||||||
$("#al").html(window.location.protocol+'//'+window.location.host+(ph>2?'/'+ph[1]:ph[0])+'/alinotify');
|
$("#al").html(window.location.protocol+'//'+window.location.host+(ph.length>2?('/'+ph[1]):ph[0])+'/alinotify');
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user