mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 23:45:45 +01:00
fixing event propagation in ajaxify.go
This commit is contained in:
@@ -48,7 +48,7 @@ var ajaxify = {};
|
||||
|
||||
if (ajaxify.go(url)) {
|
||||
ev.preventDefault();
|
||||
return false;
|
||||
// return false; // Uncommenting this breaks event bubbling!
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user