Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 423 Bytes

success.md

File metadata and controls

21 lines (17 loc) · 423 Bytes
title layout description showinnavmenu
Success
bare
Success
false
<script> $( document ).ready(function() { $.each(document.location.search.substr(1).split('&'),function(c,q){ var i = q.split('='); if (decodeURIComponent(i[0].toString()) === 'message') { $("#dynamic-content").append(decodeURIComponent(i[1].toString())); } }); }); </script>