Reassign "cancel" behaviour on cancel button of authentication popup
authorrougeronj
Mon, 09 Mar 2015 11:54:33 +0100
changeset 510 9f2c0fb8f7ad
parent 509 791b817bc6b1
child 511 648979ea9549
child 512 fca12c75514c
Reassign "cancel" behaviour on cancel button of authentication popup
src/hdalab/templates/renkan_edit.html
--- a/src/hdalab/templates/renkan_edit.html	Mon Mar 09 11:22:58 2015 +0100
+++ b/src/hdalab/templates/renkan_edit.html	Mon Mar 09 11:54:33 2015 +0100
@@ -136,6 +136,9 @@
                             form = dialog.find( "form" ).on( "submit", function( event ) {
                                 manageLoginForm(event, this);
                             });
+                            $("#login-popup-close").click(function(){
+    			    			dialog.dialog("close");
+    			            });
                         }
                     });
                 }