initialization code for best_in_place
This commit is contained in:
parent
460e992f32
commit
a7412cd162
2 changed files with 6 additions and 1 deletions
|
@ -12,6 +12,8 @@
|
|||
//
|
||||
//= require jquery
|
||||
//= require jquery-ui
|
||||
//= require jquery.purr
|
||||
//= require best_in_place
|
||||
//= require autocomplete-rails-uncompressed
|
||||
//= require jquery_ujs
|
||||
//= require_tree .
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# Place all the behaviors and hooks related to the matching controller here.
|
||||
# All this logic will automatically be available in application.js.
|
||||
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
|
||||
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
|
||||
|
||||
jQuery ->
|
||||
$('.best_in_place').best_in_place()
|
||||
|
|
Loading…
Reference in a new issue