From 606263ace4c971310e5f4f16aeea6430567feecf Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 25 Sep 2014 16:10:13 -0400 Subject: [PATCH] #2153 prevent jquery from attempting to load images that don't exist --- public/src/forum/admin/footer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/src/forum/admin/footer.js b/public/src/forum/admin/footer.js index 0ae85fee8f..18f55504d9 100644 --- a/public/src/forum/admin/footer.js +++ b/public/src/forum/admin/footer.js @@ -9,6 +9,7 @@ define('forum/admin/footer', ['forum/admin/settings'], function(Settings) { acpIndex = data; for (var file in acpIndex) { if (acpIndex.hasOwnProperty(file)) { + acpIndex[file] = acpIndex[file].replace(/' + acpIndex[file] + ''); acpIndex[file].find('ul.nav, script').remove();