Author: kishore
Date: Thu Mar 23 20:31:11 2017
New Revision: 1788318
URL: http://svn.apache.org/viewvc?rev=1788318&view=rev
Log:
Ask selectpicker to use font-awesome icons
Modified:
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/javascript/mcf.js
Modified:
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/javascript/mcf.js
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/javascript/mcf.js?rev=1788318&r1=1788317&r2=1788318&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/javascript/mcf.js
(original)
+++
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/javascript/mcf.js
Thu Mar 23 20:31:11 2017
@@ -354,7 +354,7 @@ $.ManifoldCF.setTitle=function (title,he
activeMenu=typeof activeMenu !== 'undefined'?activeMenu:'outputs';
$("." + activeMenu).addClass("active");
- $(".selectpicker").selectpicker();
+ $(".selectpicker").selectpicker({iconBase:'fa',tickIcon:'fa-check'});
};
function displayError(xhr)