Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/*
* The contents of this file are subject to the terms of the Common Development and
* Distribution License (the License). You may not use this file except in compliance with the
* License.
*
* You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
* specific language governing permission and limitations under the License.
*
* When distributing Covered Software, include this CDDL Header Notice in each file and include
* the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
* Header, with the fields enclosed by brackets [] replaced by your own identifying
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2015 ForgeRock AS.
*/
//https://openam.example.com:8443')
)
});
$('*:contains("amadmin")').each(function(){
if($(this).children().length < 1)
$(this).html(
$(this).text().replace(new RegExp("amadmin", 'g'),'amadmin')
)
});
$('*:contains("iPlanetDirectoryPro")').each(function(){
if($(this).children().length < 1)
$(this).html(
$(this).text().replace(new RegExp("iPlanetDirectoryPro", 'g'),'iPlanetDirectoryPro')
)
});
};
var btnClickHandler = function () {
$("button#applyDocUpdate").click(function(){
$('span.exampleUrl').fadeOut("slow", function(){
$('span.exampleUrl').text($("input#exampleUrl").val());
$('span.exampleUrl').fadeIn("slow");
});
$('span.exampleAdmin').fadeOut("slow", function(){
$('span.exampleAdmin').text($("input#exampleAdmin").val());
$('span.exampleAdmin').fadeIn("slow");
});
$('span.exampleSsoCookieName').fadeOut("slow", function(){
$('span.exampleSsoCookieName').text($("input#exampleSsoCookieName").val());
$('span.exampleSsoCookieName').fadeIn("slow");
});
$('#docConfig').modal('hide');
});
};
var addCopyButtonFN = function () {
$( ".cmdline" ).each(function() {
$(this).before('