qtip working
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
|
||||
|
||||
$(document).ready ->
|
||||
|
||||
$(".comment").qtip content:
|
||||
text: (api) ->
|
||||
$(this).next().html()
|
||||
|
||||
$.each ['#habits', '#daily'], (index, list_id) ->
|
||||
$(list_id).sortable
|
||||
axis: "y"
|
||||
|
||||
+13
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user