summaryrefslogtreecommitdiff
path: root/dep
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-04-10 19:16:54 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-04-10 19:16:54 +0200
commit2159191a465d0c78081f7fc6002362a0d964e4cb (patch)
tree8ca956d4d7bbea6f02d79769243952cc9b989a92 /dep
parent5b7e6591f088a3e8466b1072adbc5b2832330697 (diff)
downloadvortrag-knn-2159191a465d0c78081f7fc6002362a0d964e4cb.tar.gz
vortrag-knn-2159191a465d0c78081f7fc6002362a0d964e4cb.zip
add progress bars
Diffstat (limited to 'dep')
-rw-r--r--dep/impress.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/impress.js b/dep/impress.js
index 8115af1..0673295 100644
--- a/dep/impress.js
+++ b/dep/impress.js
@@ -399,7 +399,7 @@
initialized = true;
- triggerEvent(root, "impress:init", { api: roots[ "impress-root-" + rootId ] });
+ triggerEvent(root, "impress:init", { api: roots[ "impress-root-" + rootId ], steps: steps });
};
// `getStep` is a helper function that returns a step element defined by parameter.