Created
January 15, 2010 16:46
-
-
Save philhawksworth/278192 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// change: | |
$(document).ready(function() { | |
logica.countdown.init(); | |
}); | |
//to: | |
$(document).ready(function() { | |
alert('DOM ready. Now we can initialise the carousel.'); | |
logica.countdown.init(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment