From 84090b882f99c1da5b73bbe04a9c74731e71dfc8 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab
Date: Tue, 17 Jan 2017 18:37:43 +0100
Subject: fix race condition by updating backgrounds after slide visibility

---
 js/reveal.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/reveal.js b/js/reveal.js
index 0caff7d..7f4783e 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -2395,9 +2395,9 @@
 
 		updateControls();
 		updateProgress();
-		updateBackground( true );
 		updateSlideNumber();
 		updateSlidesVisibility();
+		updateBackground( true );
 		updateNotes();
 
 		formatEmbeddedContent();
-- 
cgit v1.2.3