Active
Project:
Todolist
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2008 at 03:53 UTC
Updated:
8 Oct 2009 at 20:40 UTC
the javascript is being printed out instead of executed. any reason why it would be doing this? I click add new task and I get this:
TodoList.add_incomplete_list();
$('.todolist.incomplete').append('<li class="task" id="task-2"><input type="checkbox" name="task-2" />new task title</li>');
$('#task-2').each(TodoList.add_nub).each(TodoList.bind_task).Highlight(1000, '#ff0');
$('.todolist.incomplete').SortableAddItem($('#task-2').get(0));
Comments
Comment #1
marvil07 commentedsince I notice that I'm trying to getting js out of module file, so I hope it happens AFAP