~ubuntu-branches/ubuntu/saucy/freeipa/saucy-proposed

« back to all changes in this revision

Viewing changes to install/ui/src/freeipa/widget.js

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-06-17 22:15:21 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130617221521-z8zya289o8xgrv3u
Tags: 3.2.1-0ubuntu1
* Merge from unreleased debian git
  - rebase to 3.2.1
  - add ipa-client-automount to freeipa-client, and patch it so it
    works on Debian/Ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
        }
304
304
    };
305
305
 
 
306
    that.is_enabled = function(value) {
 
307
        return !that.input.prop('disabled');
 
308
    };
 
309
 
306
310
    that.set_enabled = function(value) {
307
311
 
308
312
        that.input.prop('disabled', !value);