src/hdalab/templates/renkan_edit.html
changeset 385 b9fa11411e13
parent 371 c70c34166758
child 407 3f64001a8e1f
equal deleted inserted replaced
384:83adb3fd0efd 385:b9fa11411e13
    80             $(function() {
    80             $(function() {
    81                 var form;
    81                 var form;
    82 
    82 
    83                 dialog = $( "#dialog-form" ).dialog({
    83                 dialog = $( "#dialog-form" ).dialog({
    84                     autoOpen: false,
    84                     autoOpen: false,
    85                     height: 300,
    85                     height: 398,
    86                     width: 350,
    86                     width: 520,
    87                     modal: true
    87                     modal: true,
       
    88                     create: function (event, ui) {
       
    89                     	$("#login-popup-close").click(function(){
       
    90 			    			dialog.dialog("close");
       
    91 			            });
       
    92                     }
    88                 });            
    93                 });            
    89                 
    94                 
    90                 function manageLoginForm(e, form){
    95                 function manageLoginForm(e, form){
    91                     e.preventDefault();
    96                     e.preventDefault();
    92                     f = $(form);
    97                     f = $(form);