bug
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
}
|
||||
|
||||
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>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user