Merge "WebFonts integration with ULS display settings."
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<div class="container">
|
||||
<div class="uls-menu">
|
||||
<div class="row">
|
||||
<span class="icon-close"></span>
|
||||
<span id="uls-close" class="icon-close"></span>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="four columns">
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
that.$element.on( 'click', $.proxy( that.click, that ) );
|
||||
|
||||
// Handle click on close button
|
||||
$( ".icon-close" ).on( 'click', $.proxy( that.click, that ) );
|
||||
$( "#uls-close" ).on( 'click', $.proxy( that.click, that ) );
|
||||
|
||||
// Handle key press events on the menu
|
||||
that.$menu.on('keypress', $.proxy(this.keypress, this) )
|
||||
|
||||
Reference in New Issue
Block a user