Skip to content

Commit 169fcb7

Browse files
committed
MC-19639: Admin Analytics modal allows user to navigate the admin
1 parent 5fd6135 commit 169fcb7

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/AdminAnalytics/view/adminhtml/web/js/modal

1 file changed

+2
-2
lines changed

app/code/Magento/AdminAnalytics/view/adminhtml/web/js/modal/component.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ define([
5252
* Once the modal is opened it hides the X
5353
*/
5454
onOpened: function () {
55-
$('.modal-header button.action-close').attr("disabled", true).hide();
55+
$('.modal-header button.action-close').attr('disabled', true).hide();
5656

57-
this.focusableElements = $(this.rootSelector).find("a[href], button:enabled");
57+
this.focusableElements = $(this.rootSelector).find('a[href], button:enabled');
5858
this.firstFocusableElement = this.focusableElements[0];
5959
this.lastFocusableElement = this.focusableElements[this.focusableElements.length - 1];
6060
this.firstFocusableElement.focus();

0 commit comments

Comments
 (0)