Browse Source

Weather: Fix width of graphs displayed by the widget

pull/979/head 22000.493.42.17_aa2aa9d
Valentin Radu 4 years ago
parent
commit
aa2aa9d3b6
  1. 1
      ep_weather_host/ep_weather_provider_google_script.h

1
ep_weather_host/ep_weather_provider_google_script.h

@ -114,6 +114,7 @@ if (document.getElementsByClassName(\"QS5gu sy4vM\").length > 1) { document.getE
return ep_result;\n\ return ep_result;\n\
}\n\ }\n\
let banner1 = document.getElementById(\"taw\"); if (banner1) { banner1.style = \"display: none\"; }\n\ let banner1 = document.getElementById(\"taw\"); if (banner1) { banner1.style = \"display: none\"; }\n\
let wob_gsp = document.getElementById(\"wob_gsp\"); if (wob_gsp) { wob_gsp.style = \"width: 648.04px\"; }\n\
scrolldisable();\n\ scrolldisable();\n\
ep_weather_part2();\n\ ep_weather_part2();\n\
"; ";

Loading…
Cancel
Save