Skip to content

Commit

Permalink
Eslint 8 fix (#2173)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon authored Dec 4, 2024
1 parent e1d65f2 commit 4176de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extensions/xkit_patches.js
Original file line number Diff line number Diff line change
Expand Up @@ -3114,7 +3114,7 @@ XKit.extensions.xkit_patches = new Object({
$("#xkit_notification_" + m_notification_id).slideDown('slow');
}, 100);
$("#xkit_notification_" + m_notification_id).click(function() {
if (typeof callback !== undefined) {
if (typeof callback !== "undefined") {
try {
callback();
} catch (e) {
Expand Down

0 comments on commit 4176de1

Please sign in to comment.