Author: bleny Date: 2014-08-08 17:24:44 +0200 (Fri, 08 Aug 2014) New Revision: 2208 Url: http://forge.codelutin.com/projects/wao/repository/revisions/2208 Log: reuse variable Modified: branches/wao-4.0.x/wao-web/src/main/webapp/wao.js Modified: branches/wao-4.0.x/wao-web/src/main/webapp/wao.js =================================================================== --- branches/wao-4.0.x/wao-web/src/main/webapp/wao.js 2014-08-08 13:28:23 UTC (rev 2207) +++ branches/wao-4.0.x/wao-web/src/main/webapp/wao.js 2014-08-08 15:24:44 UTC (rev 2208) @@ -613,7 +613,7 @@ //$('select').addClass('input-xlarge').select2(); var $select2Inputs = $('select.select2'); if ($select2Inputs.length > 0) { - $('select.select2').select2(); + $select2Inputs.select2(); } WAO = new Wao();
participants (1)
-
bleny@users.forge.codelutin.com