Merge pull request #40 from amire80/clean_IDs

Remove superfluous element names where ID is specified

Reviewed by Pau.
This commit is contained in:
Amir E. Aharoni
2012-11-19 10:55:30 -08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -138,7 +138,8 @@ div.uls-region {
transition: opacity 0.15s linear;
}
.map-block:hover, .map-block:hover a {
.map-block:hover,
.map-block:hover a {
opacity: 1;
color: #333;
}

View File

@@ -95,7 +95,7 @@
this.top = this.options.top;
this.shown = false;
this.initialized = false;
this.$languageFilter = this.$menu.find( 'input#languagefilter' );
this.$languageFilter = this.$menu.find( '#languagefilter' );
this.$regionFilters = this.$menu.find( '.uls-region' );
this.$resultsView = this.$menu.find( 'div.uls-language-list' );
this.render();