Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Nov 22, 2024
1 parent 1ddf444 commit 725bf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xkit.js
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ var xkit_global_start = Date.now(); // log start timestamp
$("#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 725bf95

Please sign in to comment.