Skip to content

Commit

Permalink
Ajeitando bug
Browse files Browse the repository at this point in the history
  • Loading branch information
orionwinter committed Oct 24, 2014
1 parent 5b43c1b commit 77b695c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dinamica/js/script_da_terceira_pagina.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

function adicionarAListaParaAprender(){
item = $("#input_assunto").val();
if (item == ""){
return;
}
mover = "<button onclick='moverParaAprendidos(this)' class='btn btn-warning mover'> Mover para aprendidos</button>";
remover = "<button onclick='removerDaPagina(this)' class='btn btn-danger remover'> Remover</button>";
$("#listaDeTemasAAprender").append("<li class='list-group-item'>"+item+mover+remover+"</li>");
Expand Down

0 comments on commit 77b695c

Please sign in to comment.