fixes to get nodebb to at least load on IE

This commit is contained in:
Julian Lam
2013-09-24 13:30:54 -04:00
parent 0d9958afe7
commit 964fbfe2bb
3 changed files with 62 additions and 62 deletions

View File

@@ -158,7 +158,7 @@ var ajaxify = {};
var scripts = [],
script,
children_nodes = body_el.childNodes,
children_nodes = $(body_el).children(),
child,
i;