diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-17 08:54:49 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-17 08:54:49 +0000 |
| commit | 2d1d43e58a77199f3c7cb9324580b20e08361886 (patch) | |
| tree | 2a3480eff1158ec6c1206c82249d86cce8e60a70 /plugins/acl/acl.js | |
| parent | b77e53679e0bcb0c68909470dc80071dfc2ea61d (diff) | |
- Remove jqueryui requirement (it was never used in acl plugin)
git-svn-id: https://svn.roundcube.net/trunk@4863 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/acl/acl.js')
| -rw-r--r-- | plugins/acl/acl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/acl/acl.js b/plugins/acl/acl.js index 4efe55f14..6e6aa7b67 100644 --- a/plugins/acl/acl.js +++ b/plugins/acl/acl.js @@ -49,7 +49,7 @@ rcube_webmail.prototype.acl_save = function() $(':checkbox', this.env.acl_advanced ? $('#advancedrights') : sim_ul = $('#simplerights')).map(function() { if (this.checked) - rights += this.value; + rights += this.value; }); if (type = $('input:checked[name=usertype]').val()) { |
