summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/js/pfSense.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/js/pfSense.js')
-rw-r--r--src/usr/local/www/js/pfSense.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/js/pfSense.js b/src/usr/local/www/js/pfSense.js
index 8047d51..da33129 100644
--- a/src/usr/local/www/js/pfSense.js
+++ b/src/usr/local/www/js/pfSense.js
@@ -144,7 +144,7 @@ $(function() {
// the element value
$('.btn-danger, .fa-trash').on('click', function(e){
if (!($(this).hasClass('no-confirm'))) {
- var msg = $.trim(this.textContent);
+ var msg = $.trim(this.textContent).toLowerCase();
if (!msg)
var msg = $.trim(this.value).toLowerCase();
OpenPOWER on IntegriCloud