Start working

Modified some paths to be more generic and not require rewrite.  Some
instances of phase names have been changed, others are still in process.
This commit is contained in:
mattbk
2015-10-28 22:04:20 -05:00
parent eda91ff492
commit abadd5bc38
192 changed files with 16085 additions and 7 deletions

View File

@ -1,6 +1,6 @@
// Script settings.
var slideDuration = 400;
var blankDuration = 100;
var slideDuration = 500;
var blankDuration = 200;
// Script internals.
var $currentSlide;