Skip to content
Snippets Groups Projects
Commit fec4b977 authored by Ben Adida's avatar Ben Adida
Browse files

removed conflict

parent b60385c5
No related branches found
No related tags found
No related merge requests found
......@@ -15,14 +15,6 @@ $.Controller("Dialog", {}, {
},
<<<<<<< Updated upstream
// this is not working yet
"input keyup": function(e){
if(e.which == 13) {
$('.submit').click();
e.preventDefault();
}
=======
setupEnterKey: function() {
$("input").keyup(function(e) {
if(e.which == 13) {
......@@ -30,7 +22,6 @@ $.Controller("Dialog", {}, {
e.preventDefault();
}
});
>>>>>>> Stashed changes
},
"#signin click": function(event) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment