diff --git a/styles/bootstrap/application.js b/styles/bootstrap/application.js index a50736333..8e23f63f9 100644 --- a/styles/bootstrap/application.js +++ b/styles/bootstrap/application.js @@ -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",