Tinaj1234 has uploaded a new change for review.
https://gerrit.wikimedia.org/r/257639
Change subject: Minor clean up
......................................................................
Minor clean up
Added space before and after parenthesis.
Change-Id: I2ecd75daa2078a4f9138750d9560b62821893a13
---
M modules/ext.newslettermanage.js
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Newsletter
refs/changes/39/257639/1
diff --git a/modules/ext.newslettermanage.js b/modules/ext.newslettermanage.js
index f650cdd..5da67b6 100644
--- a/modules/ext.newslettermanage.js
+++ b/modules/ext.newslettermanage.js
@@ -5,9 +5,9 @@
( function ( $, mw ) {
'use strict';
var api = new mw.Api();
- $( 'input[type=button]').click( function() {
- var confirmBox = confirm("Are you certain you wish to remove
this publisher?");
- if (confirmBox === true) {
+ $( 'input[type=button]' ).click( function() {
+ var confirmBox = confirm( "Are you certain you wish to remove
this publisher?" );
+ if ( confirmBox === true ) {
var remNewsletterId = this.name;
var publisherId = this.id;
var $that = $( this );
--
To view, visit https://gerrit.wikimedia.org/r/257639
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2ecd75daa2078a4f9138750d9560b62821893a13
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Newsletter
Gerrit-Branch: master
Gerrit-Owner: Tinaj1234 <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits