turbolinks fixes

This commit is contained in:
Lee Lawlor
2014-08-01 15:57:02 -04:00
parent acd42142dc
commit 0c758f6e40
18 changed files with 91 additions and 88 deletions

View File

@ -57,7 +57,7 @@
<script type="text/javascript">
// when document is ready
$(function() {
$(document).on('page:load ready', function() {
// allow tabs to work in textareas
$("textarea").tabby();