From 6d38f3aeaa6f4eb0f51a773658cb4923d45f6968 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Mon, 1 Aug 2011 18:54:07 +0100 Subject: slight neatening of data structure and some html tidy up --- web/js/fixmystreet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/js') diff --git a/web/js/fixmystreet.js b/web/js/fixmystreet.js index 2ebf74751..22cd1c64f 100644 --- a/web/js/fixmystreet.js +++ b/web/js/fixmystreet.js @@ -61,7 +61,7 @@ $(function(){ if ( category_extras ) { $('#category_meta').empty(); if ( category_extras[this.options[ this.selectedIndex ].text] ) { - extras = category_extras[this.options[ this.selectedIndex ].text].attribute; + extras = category_extras[this.options[ this.selectedIndex ].text]; for ( i in extras ) { meta = extras[i]; field = '
'; -- cgit v1.2.3