Skip to content

Commit

Permalink
fix the package description, and thus minified JS banner
Browse files Browse the repository at this point in the history
  • Loading branch information
webaware committed Nov 11, 2019
1 parent afd4f5f commit 4509059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/settings.min.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Stop WordPress from sending any emails. ANY!
// Disable Emails
// https://wordpress.org/plugins/disable-emails/

"use strict";!function(e){function i(e,i,t){var n=document.getElementById(e);n&&n.addEventListener(i,t,!1)}function t(i){document.location=e.mu_url+"&action="+i}i("disable-emails-mu-enable","click",function(){confirm(e.msg.mu_activate)&&t("activate")}),i("disable-emails-mu-disable","click",function(){confirm(e.msg.mu_deactivate)&&t("deactivate")})}(disable_emails_settings);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "disable-emails",
"version": "1.5.0",
"description": "Stop WordPress from sending any emails. ANY!",
"description": "Disable Emails",
"main": "Gruntfile.js",
"devDependencies": {
"@babel/cli": "^7.7.0",
Expand Down

0 comments on commit 4509059

Please sign in to comment.