From d3234ada74eae1b075f2a19802d218d9d4e65390 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 2 Sep 2014 13:32:40 +0200 Subject: [PATCH] add timeout --- source/Ox.UI/js/Code/DocPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);