X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fjs%2Frelationship.js;h=341c1056aefa32098ece9c1ab8cdcab1d26a38d0;hb=d5b3c0105aebcb7465765e290d1d17a62544a17f;hp=8eb8f80418317e9c9493e844a44fde43d0c71408;hpb=db6a8e6abd6456334da73afd40654675a3773bbb;p=scpubgit%2Fstemmaweb.git diff --git a/root/js/relationship.js b/root/js/relationship.js index 8eb8f80..341c105 100644 --- a/root/js/relationship.js +++ b/root/js/relationship.js @@ -1162,7 +1162,7 @@ $(document).ready(function () { $( "#delete-form" ).dialog({ autoOpen: false, height: 135, - width: 250, + width: 300, modal: false, buttons: { OK: function() { $( this ).dialog( "close" ); },