Skip to content

Commit

Permalink
馃悰 Don't run if plugin is not sensibly configured
Browse files Browse the repository at this point in the history
  • Loading branch information
micgro42 committed Aug 29, 2018
1 parent 6dc36e6 commit daadfdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script.js
@@ -1,4 +1,7 @@
jQuery(function () {
if (!JSINFO.plugin.usercontact.users_namespace) {
return;
}
var regex = new RegExp(JSINFO.plugin.usercontact.users_namespace + '$');

/**
Expand Down

0 comments on commit daadfdc

Please sign in to comment.