Przeglądaj źródła

Merge pull request #652 from causefx/cero-dev

weather title
causefx 8 lat temu
rodzic
commit
9e130d41fe
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -1469,7 +1469,7 @@ if(file_exists("images/settings2.png")) : $iconRotate = "false"; $settingsIcon =
 				unit: 'f',
 				success: function(weather) {
 					//html = '<h5 class="text-uppercase text-center">Weather For '+weather.city+', '+weather.region+'</h5>';
-					html = '<h6 class="text-center yellow">Current Weather</h6>';
+					html = '<h5 class="text-center yellow">Current Weather</h5>';
 					html += '<div class="content-box ultra-widget yellow-bg">';
 					html += '<div class="w-icon right pull-right">'+setWeatherIcon(weather.code)+'</div>';
 					html += '<div class="w-descr left pull-left text-center">';