equal
deleted
inserted
replaced
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); |