fixed location links
This commit is contained in:
parent
86189de537
commit
5304a38aa0
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class BlueWeatherIndex {
|
||||||
|
|
||||||
var locHeadingText = document.createElement("a")
|
var locHeadingText = document.createElement("a")
|
||||||
locHeading.appendChild(locHeadingText)
|
locHeading.appendChild(locHeadingText)
|
||||||
locHeadingText.href = "dashboard.html?params=" + JSON.stringify({locId: thisLocation.id})
|
locHeadingText.href = "dashboard.html?params=" + JSON.stringify({loc: parseInt(thisLocation.id)})
|
||||||
locHeadingText.innerHTML = thisLocation.locationname
|
locHeadingText.innerHTML = thisLocation.locationname
|
||||||
|
|
||||||
var locLocationLink = document.createElement("a")
|
var locLocationLink = document.createElement("a")
|
||||||
|
|
Loading…
Add table
Reference in a new issue