Skip to content

Commit

Permalink
Updated alert
Browse files Browse the repository at this point in the history
  • Loading branch information
theGeekyLad committed Jul 29, 2021
1 parent 1612280 commit d6712a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hopsearch-extension/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ function clickHandlerForLocatingSearchBox(e) {
newConfig[getDomain(window.location.href)] = mId ? `#${mId}` : `.${mClass}`;
chrome.storage.sync.set(newConfig);
window.removeEventListener('click', clickHandlerForLocatingSearchBox);
alert('Saved configuration!');
alert('Saved! Now try pressing Alt+H.');
}

0 comments on commit d6712a2

Please sign in to comment.