diff --git a/customize.dist/loading.js b/customize.dist/loading.js index 394fb5128..ae58549a6 100644 --- a/customize.dist/loading.js +++ b/customize.dist/loading.js @@ -36,14 +36,14 @@ define([ var c = types.indexOf(data.type); current = c; var getLi = function (i) { - var check = (i < c || (i === c && data.progress >= 100)) ? 'fa-check-square-o' - : 'fa-square-o'; + var check = (i < c || (i === c && data.progress >= 100)) ? 'square-check' + : 'square'; var percentStr = ''; if (i === c) { var p = Math.min(Math.floor(data.progress), 100); percentStr = '('+p+'%)'; } - return '
  • '+Messages['loading_state_'+i]+'' + percentStr; + return '
  • '+Messages['loading_state_'+i]+'' + percentStr; }; var list = '