Commit 3b281cbc authored by delanoe's avatar delanoe

[CSS FIX] Icon in process this, javascript part.

parent 80cdb437
......@@ -490,7 +490,7 @@
$("#theresults").html("")
$('#submit_thing').prop('disabled', false);
$( "#id_name" ).on('input',null);
$("#submit_thing").html("Process this!")
$("#submit_thing").html('<span class="glyphicon glyphicon-ok" aria-hidden="true" ></span> Process this!')
}
// @dynamic-query events
else {
......
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