0

I built out a demo page using Timeline JS and it works fine within a regular HTML file (See Example Here). However, now that I am using it with ExpressionEngine platform (v 2.9.2), I get a javascript error and the area where the timeline should appear is blank (See Here).

The js error message is "Uncaught ReferenceError: createStoryJS is not defined." I'm not well versed with javascript so I do not know what that means or how to correct it. Please help.

EDub
  • 31
  • 3
  • Can someone please explain why this question keeps getting voted down? Did I use the wrong category or something? – EDub May 12 '15 at 16:14

1 Answers1

1

Per RainerJ on Experts-Exchange, I just needed to add the following reference. It works like a charm now

EDub
  • 31
  • 3