Skip to content

Commit

Permalink
error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jithinbalu committed Jul 25, 2019
1 parent b97d71e commit ea861cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webplugin/js/app/mck-sidebox-1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ var CURRENT_GROUP_DATA={};
try {
mckNotificationTone = ringToneService.loadRingTone(MCK_NOTIFICATION_TONE_LINK, notificationtoneoption);
} catch (e) {
console.log(e)
console.log(e, "error while loading ringTone service")
}
}
mckMessageService.init();
Expand Down

0 comments on commit ea861cf

Please sign in to comment.