1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-09 20:18:08 +02:00

Fixes #1290, Fixes #1279 Forum backward compatibility issues.

This commit is contained in:
Cameron
2016-01-13 18:07:05 -08:00
parent d396bf8dc9
commit 7a564f639d
10 changed files with 120 additions and 43 deletions

View File

@@ -2761,5 +2761,5 @@ function sendInfo(handler, container, form) {
* Core Auto-load
*/
$w('autoExternalLinks autoNoHistory autoHide toggleObserver toggleManyObserver scrollToObserver executeAutoSubmit').each( function(f) {
e107.runOnLoad(e107Helper[f], null, true);
// e107.runOnLoad(e107Helper[f], null, true);
});