mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #2030 from heper/patch-1
This commit is contained in:
commit
846e29bdd7
6
src/usr/local/www/jquery/pfSense.js
vendored
6
src/usr/local/www/jquery/pfSense.js
vendored
@ -129,10 +129,10 @@ $(function() {
|
||||
if(!msg)
|
||||
var msg = $.trim(this.value).toLowerCase();
|
||||
|
||||
var q = 'Are you Sure you wish to '+ msg +'?';
|
||||
var q = 'Are you sure you wish to '+ msg +'?';
|
||||
|
||||
if ($(this).attr('title') != undefined)
|
||||
q = 'Are you Sure you wish to '+ $(this).attr('title') + '?';
|
||||
q = 'Are you sure you wish to '+ $(this).attr('title').toLowerCase() + '?';
|
||||
|
||||
if (!confirm(q))
|
||||
e.preventDefault();
|
||||
@ -253,4 +253,4 @@ $(function() {
|
||||
});
|
||||
});
|
||||
}(Plugin, $, window, document));
|
||||
}(jQuery, window, document));
|
||||
}(jQuery, window, document));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user