Skip to content

Commit

Permalink
removed TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
msramalho committed May 30, 2018
1 parent 3c00b1c commit 592adbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
4 changes: 1 addition & 3 deletions public/js/pages/partials/login.js
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
$("#dropdown_login.show #login_username").focus();

// TODO: meter o dropdown a fechar como deve ser quando é aberto com html, ver igual no register
$("#dropdown_login.show #login_username").focus();
10 changes: 1 addition & 9 deletions public/js/pages/partials/register.js
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
$("#dropdown_register.show #name").focus();


// $('#dropdown_register_btn').on('click', function (event) {
// console.log($("#dropdown_register"));
// $("#dropdown_register").dropdown();
// });

// TODO: meter o dropdown a fechar como deve ser quando é aberto com html, acima está a tentativa
$("#dropdown_register.show #name").focus();
2 changes: 1 addition & 1 deletion public/js/pages/view-post.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function bindCommentButtons(){

}
}).fail(function(){
showDeleteErrorDiv(); // TODO
showDeleteErrorDiv();
});
});

Expand Down

0 comments on commit 592adbe

Please sign in to comment.