Closed eheikes closed 8 years ago
Hi @eheikes.
You are right, the minified version breaks the navigation because I’ve forgot to rebuild the file after the last commit. I’ve committed the fixed script right now.
As you supposed flowtime.min.js
is just a minified and concatenated version of brav1toolbox.js
and flowtime.js
and nothing more.
Thanks for pointing out the issue and let me know if you experience further problems.
I assumed that the
flowtime.min.js
file was simply a minified combination ofbrav1toolbox.js
andflowtime.js
. However, if I try to use it, the up/down navigation between sections does not work. (That is the only difference I can see between the two uses; everything else seems to work.)The docs don't mention
flowtime.min.js
, and the demos use the 2 separate JS files, so I'm not sure if I'm doing something wrong or if something is broken.