Commit 30c305e4 by taufikyu

lupa push template

1 parent 89219106
...@@ -310,7 +310,22 @@ ...@@ -310,7 +310,22 @@
window.open(url+data); window.open(url+data);
}); });
</script> </script>
<button id="btn_va" name="createva" type="button" class="btn btn-primary "
value="createva">Create VA</button>
<button id="btn_qris" name="createqris" type="button" class="btn btn-primary "
value="createqris">Create QRIS</button>
<script>
$('#btn_va, #btn_qris').click(function () {
$.ajax({
type: "POST",
url: "",
data: {'form': $("#deform").serialize(), $(this).val():True},
success: function(msg) {
window.location.reload();
}
});
});
</script>
</div> </div>
</div><hr> </div><hr>
</div> </div>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!