mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 23:30:36 +01:00
@@ -275,7 +275,7 @@ $(document).ready(function() {
|
||||
}
|
||||
|
||||
if ((!e.ctrlKey && !e.shiftKey && !e.metaKey) && e.which === 1) {
|
||||
if (this.host === window.location.host) {
|
||||
if (this.host === '' || this.host === window.location.host) {
|
||||
// Internal link
|
||||
var url = this.href.replace(rootUrl + '/', '');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user