Просмотр исходного кода

update home to preview for blackberry

CauseFX 5 лет назад
Родитель
Сommit
d6a423ca12
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      js/functions.js

+ 1 - 1
js/functions.js

@@ -9800,7 +9800,7 @@ function showBlackberryThemes(target){
 			let themes = '';
 			let themes = '';
 			$.each(data, function(i,v) {
 			$.each(data, function(i,v) {
 				if(v.name !== 'Beta'){
 				if(v.name !== 'Beta'){
-					themes += `<a href="javascript:selectBlackberryTheme('${v.name}','${target}');" class="list-group-item"><span><img class="themeIcon pull-right" src="https://raw.githubusercontent.com/Archmonger/Blackberry-Themes/master/Themes/${v.name}/Icons/home.png"></span>${v.name}</a>`;
+					themes += `<a href="javascript:selectBlackberryTheme('${v.name}','${target}');" class="list-group-item"><span><img class="themeIcon pull-right" src="https://raw.githubusercontent.com/Archmonger/Blackberry-Themes/master/Themes/${v.name}/Icons/preview.png"></span>${v.name}</a>`;
 				}
 				}
 			});
 			});
 			themes = `<div class="list-group">${themes}</div>`;
 			themes = `<div class="list-group">${themes}</div>`;