tack2us/app/views/pastes
Andrew Tomaka ae9aecc2ab Deal with turbolinks
$document().ready is only called when the DOM completes loading.  Since
turbolinks loads new data into the DOM without completely reloading, the ready
event is never fired.  We can account for this by using the page:load event.
2014-03-09 06:36:23 -04:00
..
_form.html.erb Deal with turbolinks 2014-03-09 06:36:23 -04:00
edit.html.erb Add inital base paste functionality 2014-02-14 15:54:54 -05:00
index.html.erb Improve layout flow / tests 2014-02-27 19:52:48 -05:00
new.html.erb Add inital base paste functionality 2014-02-14 15:54:54 -05:00
show.html.erb Deal with turbolinks 2014-03-09 06:36:23 -04:00