Fix the broken region links in 'noresults' screen.

It was commented out in some previous commits.
Also correct the region code of America from NA to AM

Change-Id: I6cec2560393134de1190291e1f49bc0ac4280af0
This commit is contained in:
Santhosh Thottingal
2012-09-05 18:14:16 +05:30
parent 8134f523dc
commit bad1394c6a
2 changed files with 2 additions and 2 deletions

View File

@@ -228,7 +228,7 @@
} );
// Create region selectors, one per region
this.$menu.find( '.uls-region' ).regionselector( { //, .uls-region-link
this.$menu.find( '.uls-region, .uls-region-link' ).regionselector( {
$target: lcd,
languages: that.languages,
success: function() {