threesixtyjs
threesixtyjs copied to clipboard
Fixed initial downElem trigger click
When the script is fired, there’s currently a bug where clicking anywhere will cause an TypeError, as $downElem is an object. Added a check to see if it’s an object or not.