mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3344: revert e03f7f4db3
This commit is contained in:
parent
f62791a4a2
commit
ba01c25b47
|
|
@ -298,7 +298,7 @@
|
|||
array.push("&bindpass=" + todb(args.data.password));
|
||||
array.push("&hostname=" + todb(args.data.hostname));
|
||||
array.push("&searchbase=" + todb(args.data.searchbase));
|
||||
array.push("&queryfilter=" + todb(args.data.queryfilter).replace('&', '%26'));
|
||||
array.push("&queryfilter=" + todb(args.data.queryfilter));
|
||||
array.push("&port=" + todb(args.data.port));
|
||||
|
||||
if (args.$form.find('.form-item[rel=ssl]').find('input[type=checkbox]').is(':Checked') == true) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue