Lines 36-42
$(document).ready(function(){
Link Here
|
36 |
return; |
36 |
return; |
37 |
} |
37 |
} |
38 |
} |
38 |
} |
39 |
$(".none").prop("checked", false); // When loading default prefs the "Do not notify" boxes should be cleared |
39 |
$(".none").prop("checked", false); // When loading default prefs the "Clear" boxes should be cleared |
40 |
var jqxhr = $.getJSON('/cgi-bin/koha/members/default_messageprefs.pl?categorycode=' + categorycode, function(data) { |
40 |
var jqxhr = $.getJSON('/cgi-bin/koha/members/default_messageprefs.pl?categorycode=' + categorycode, function(data) { |
41 |
$.each(data.messaging_preferences, function(i, item) { |
41 |
$.each(data.messaging_preferences, function(i, item) { |
42 |
var attrid = item.message_attribute_id; |
42 |
var attrid = item.message_attribute_id; |