Skip to content

Commit 2332620

Browse files
committed
Fix 'Check for Update' icon click
1 parent 9ffae82 commit 2332620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/CoreHome/javascripts/corehome.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
var headerComponentParent = $(COMPONENT_SELECTOR).parent();
1717

1818
// when 'check for updates...' link is clicked, force a check & display the result
19-
headerComponentParent.one('click', '#updateCheckLinkContainer', function (e) {
19+
headerComponentParent.one('click', '#header_message a.title:not([href])', function (e) {
2020
var headerComponent = $(this)
2121
.closest(COMPONENT_SELECTOR);
2222
var headerMessage = headerComponent.find('#header_message');

0 commit comments

Comments
 (0)