~ubuntu-branches/ubuntu/oneiric/prewikka/oneiric

« back to all changes in this revision

Viewing changes to prewikka/templates/MessageListing.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-07-06 08:39:07 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090706083907-59qlpova8dvyvm8a
Tags: 0.9.16-1ubuntu1
* Merge from debian unstable, Ubuntu remaining changes:
  - Append --install-layout=deb to setup.py install arguments.
* debian/control:
  - Bump python-all-dev, python-central, debhelper build dependencies as
    per Debian Python New Policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
\$(document).ready(function() {
13
13
  \$("#allbox").click(function(){
14
 
    \$('input[@name=delete]').check(\$(this).attr('checked'));
 
14
    \$('input[name=delete]').check(\$(this).attr('checked'));
15
15
  });
16
16
 
17
17