Commit 569d4dfc authored by Hillesheim's avatar Hillesheim
Browse files

Resolvido problema de substituicao de strings pelo texto correspondente

parent 1e1f267b
No related merge requests found
Showing with 168 additions and 79 deletions
+168 -79
This diff is collapsed.
......@@ -89,10 +89,12 @@
dosql: 'do_show_feedback'
}
}).done(function(response) {
$.alert({
title: "Feedback",
content: response
content: response,
onClose: function() {
window.location.reload();
}
});
});
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment