diff --git a/source/Ox.UI/js/Code/DocPanel.js b/source/Ox.UI/js/Code/DocPanel.js index bf7de07d..adab5131 100644 --- a/source/Ox.UI/js/Code/DocPanel.js +++ b/source/Ox.UI/js/Code/DocPanel.js @@ -129,7 +129,7 @@ Ox.DocPanel = function(options, self) { that.triggerEvent('load', {items: self.options.items}); }); }); - }); + }, 250); // 0 timeout may fail in Firefox } else { getExamples(function() { self.$sidebar.replaceElement(1, self.$toolbar);