Lines 785-791
Link Here
|
785 |
$(document).ready(function(){ |
785 |
$(document).ready(function(){ |
786 |
$('#opac-user-views').tabs(); |
786 |
$('#opac-user-views').tabs(); |
787 |
$(".modal-nojs").addClass("modal").addClass("hide").removeClass("modal-nojs"); |
787 |
$(".modal-nojs").addClass("modal").addClass("hide").removeClass("modal-nojs"); |
788 |
$(".suspend-until").prop("readonly",1); |
|
|
789 |
|
788 |
|
790 |
$(".btn-delete-hold").on("click", function(e){ |
789 |
$(".btn-delete-hold").on("click", function(e){ |
791 |
e.preventDefault(); |
790 |
e.preventDefault(); |
792 |
- |
|
|