Some fixes for task module.
This commit is contained in:
parent
a4f71bd672
commit
6c98c7c755
6 changed files with 24 additions and 15 deletions
|
|
@ -1,3 +1,12 @@
|
|||
// Load following statements, when DOM is ready
|
||||
$(function() {
|
||||
$('a[data-toggle_this]').click(function() {
|
||||
$($(this).data('toggle_this')).toggle();
|
||||
return false;
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
// Place your application-specific JavaScript functions and classes here
|
||||
// This file is automatically included by javascript_include_tag :defaults
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue