mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
d664e166b6
|
@ -377,7 +377,8 @@ $(document).ready( function() {
|
|||
element.html(data);
|
||||
$(".chzn-select").select2({
|
||||
width: '100%',
|
||||
templateResult: chzn_template_func
|
||||
templateResult: chzn_template_func,
|
||||
templateSelection: chzn_template_func
|
||||
});
|
||||
$(".pwd").passStrength({ /* {{{ */
|
||||
url: "../op/op.Ajax.php",
|
||||
|
@ -425,7 +426,8 @@ $(document).ready( function() {
|
|||
element.html(data);
|
||||
$(".chzn-select").select2({
|
||||
width: '100%',
|
||||
templateResult: chzn_template_func
|
||||
templateResult: chzn_template_func,
|
||||
templateSelection: chzn_template_func
|
||||
});
|
||||
$(".pwd").passStrength({ /* {{{ */
|
||||
url: "../op/op.Ajax.php",
|
||||
|
|
Loading…
Reference in New Issue
Block a user