reapplied ac1f64db9faaf9ea23492696d3f6bc4ad3f0b484, changes where clobbered in 87ca08699a05289328c81ededd25086310ba1327

This commit is contained in:
arzynik 2013-01-18 11:04:09 -08:00
parent 94724322cc
commit 1dfd1f747f

View File

@ -1633,6 +1633,10 @@ App.loc = {
});
switch ($('.location-address').val().toLowerCase()) {
case 'yale':
case 'new haven':
forceLoc = App.communities.yale.permalink;
break;
case 'brown':
case 'providence':
forceLoc = App.communities.providence.permalink;