Download & Extend

Expand link does not work if javascript is disabled. Impossible to view task details

Project:Tasklist
Version:master
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

If javascript is disabled expand link will not work not allowing to users to view task details.
A well written Drupal module should be perfectly functional without scripts as you can see at http://drupal.org/node/42403:

A couple of simple principles guide Drupal's Javascript approach:

All pages should be perfectly functional without scripts. Javascript provides alternatives or supplements - not replacements - for standard elements.
No Javascript is hard-coded onto pages. Rather, actions are attached dynamically to page elements--and only if needed Javascript support is present.