replace fas by google icons

This commit is contained in:
Milan
2021-03-13 15:48:06 +01:00
parent 8e88fce44a
commit f434f6e4ce
89 changed files with 79 additions and 4128 deletions

View File

@@ -140,7 +140,7 @@ function addBackButton(){
if (history.length>1){
$('#calcms_nav').first().prepend(
'<div><a id="backButton" href="#" onclick="getBack();">'
+'<i class="fas fa-caret-square-left fa-1g"></i>'
+'<img src="image/back.svg">'
+'&nbsp'
+loc['button_back']
+'</a></div>'