Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Shelter Database
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
CHARISM
Shelter Database
Commits
4c5262c5
Commit
4c5262c5
authored
Jul 31, 2016
by
Krystyna Milian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified function loading filter values to use new attributes names
parent
0439ca0f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/web/static/js/dashboard.js
src/web/static/js/dashboard.js
+4
-4
No files found.
src/web/static/js/dashboard.js
View file @
4c5262c5
...
...
@@ -429,10 +429,10 @@ addOption = function (selectbox, text, value) {
function
loadFilterValues
()
{
var
filters
=
{
'
climateFilter
'
:
'
Climate zone
'
,
'
zoneFilter
'
:
'
Zone
'
,
'
commercialFilter
'
:
'
Type of Implementing A
gency
'
,
'
disasterFilter
'
:
'
Associated disaster / Immediate
cause
'
,
'
soilFilter
'
:
'
Soil type
'
,
'
shelterTypeFilter
'
:
'
Type of
shelter
'
,
// 'topographyFilter': '
T
opography'
'
climateFilter
'
:
'
climatezone
'
,
'
zoneFilter
'
:
'
zone
'
,
'
commercialFilter
'
:
'
typeofimplementinga
gency
'
,
'
disasterFilter
'
:
'
associateddisasterimmediate
cause
'
,
'
soilFilter
'
:
'
soiltype
'
,
'
shelterTypeFilter
'
:
'
typeof
shelter
'
,
// 'topographyFilter': '
t
opography'
}
for
(
var
filterId
in
filters
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment