We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffae82 commit 2332620Copy full SHA for 2332620
1 file changed
plugins/CoreHome/javascripts/corehome.js
@@ -16,7 +16,7 @@
16
var headerComponentParent = $(COMPONENT_SELECTOR).parent();
17
18
// when 'check for updates...' link is clicked, force a check & display the result
19
- headerComponentParent.one('click', '#updateCheckLinkContainer', function (e) {
+ headerComponentParent.one('click', '#header_message a.title:not([href])', function (e) {
20
var headerComponent = $(this)
21
.closest(COMPONENT_SELECTOR);
22
var headerMessage = headerComponent.find('#header_message');
0 commit comments