~ubuntu-branches/ubuntu/saucy/prewikka/saucy-proposed

« back to all changes in this revision

Viewing changes to prewikka/templates/UserSettings.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2009-06-14 10:00:20 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090614100020-479f60e0m8ae7hq0
Tags: 0.9.15-1
New upstream release

Show diffs side-by-side

added added

removed removed

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