Solved XF.ExpandableContent has incorrect callback

This topic has been solved
D

DragonByte Tech

Guest
I'm like 75% sure this diff is correct:

Diff:

Code:
Index: js/xf/core.js
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/js/xf/core.js b/js/xf/core.js
--- a/js/xf/core.js
+++ b/js/xf/core.js
@@ -9370,7 +9370,7 @@
         {
             XF.onDelegated(document, 'click', '.js-expandLink', e =>
             {
-...

Read more

Continue reading...