~ubuntu-branches/ubuntu/trusty/freeipa/trusty

« back to all changes in this revision

Viewing changes to install/html/ssbrowser.html

  • 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:
16
16
            $('.example-domain').text(domain);
17
17
 
18
18
            if ($.browser.mozilla) {
19
 
                $("#configurefirefox").show();
 
19
                var ff_config = $("#configurefirefox");
 
20
                var obj = $('<object/>', {
 
21
                    type: 'text/html',
 
22
                    'class': 'browser-config'
 
23
                });
 
24
                obj.prop('data', 'jar:/ipa/errors/configure.jar!/preferences.html');
 
25
                obj.appendTo(ff_config);
 
26
                ff_config.show();
20
27
            }
21
28
        });
22
29
    </script>
72
79
            <ul>
73
80
                <li>1. Import <a href="ca.crt">CA certificate</a>. Make sure you checked all three checkboxes.</li>
74
81
                <li>2. Click on "Configure Browser" button below.</li>
75
 
                <li id="configurefirefox" style="display:none"><object data="jar:/ipa/errors/configure.jar!/preferences.html"
76
 
                type="text/html" class="browser-config"></object></li>
 
82
                <li id="configurefirefox" style="display:none"></li>
77
83
            </ul>
78
84
        </div>
79
85