filter by districts and categories

This commit is contained in:
Perisso
2016-01-19 14:47:23 +01:00
committed by rgarcia
parent 0505be08e8
commit 7d1d4cea4a
21 changed files with 396 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
function call_function()
{
location.href = "/new_debate_map/" + $('#district-selector-participation').val() ;
}

View File

@@ -0,0 +1,5 @@
function call_function()
{
location.href = "/new_proposal_map/" + $('#district-selector-participation').val() ;
}