Created
March 8, 2018 20:08
-
-
Save jordanhudgens/951fb297a7543bfc9628da06deb14bcb 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
ready = -> | |
$('#toggle-btn').click -> | |
$('.container').fadeOut() | |
return | |
$(document).ready ready | |
$(document).on 'turbolinks:load', ready |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment