Răsfoiți Sursa

weather title

causefx 8 ani în urmă
părinte
comite
4e70fc535e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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">';