Lines 1340-1346
Link Here
|
1340 |
$('#categorycode_entry').change(function() { |
1340 |
$('#categorycode_entry').change(function() { |
1341 |
var categorycode = $(this).val(); |
1341 |
var categorycode = $(this).val(); |
1342 |
if (message_prefs_dirty) { |
1342 |
if (message_prefs_dirty) { |
1343 |
if (!confirm('Change messaging preferences to default for this category?')) { |
1343 |
if (!confirm(_('Change messaging preferences to default for this category?'))) { |
1344 |
return; |
1344 |
return; |
1345 |
} |
1345 |
} |
1346 |
} |
1346 |
} |
1347 |
- |
|
|