summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2019-01-28 15:30:36 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2019-01-28 15:30:36 +0000
commit707ea30f885ca4650665e49e5154ce3f74331a5e (patch)
treee7808bfef3db21a4668cb21f2d7d527a4ab02bac
parent8d02a1dbf8a51d9e2396b5b431fede557ea2fedd (diff)
downloadPost-SMTP-707ea30f885ca4650665e49e5154ce3f74331a5e.zip
Chrome Extension Notification - Small checkbox fix (remove value attr)
-rw-r--r--Postman/Postman-Configuration/PostmanConfigurationController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Postman/Postman-Configuration/PostmanConfigurationController.php b/Postman/Postman-Configuration/PostmanConfigurationController.php
index a74ae04..208fa0b 100644
--- a/Postman/Postman-Configuration/PostmanConfigurationController.php
+++ b/Postman/Postman-Configuration/PostmanConfigurationController.php
@@ -435,7 +435,7 @@ class PostmanConfigurationController {
<tr>
<th scope="row"><?php _e( 'This is an extra notification to the selection above', Postman::TEXT_DOMAIN ); ?></th>
<td>
- <input type="checkbox" id="notification_use_chrome" name="postman_options[notification_use_chrome]" value="">
+ <input type="checkbox" id="notification_use_chrome" name="postman_options[notification_use_chrome]">
<a target="_blank" class="" href="https://chrome.google.com/webstore/detail/npklmbkpbknkmbohdbpikeidiaekjoch">
<?php _e( 'You can download the chrome extensiom here.', Postman::TEXT_DOMAIN ); ?>
</a>