Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
landy committed Dec 5, 2019
2 parents 4626c37 + bbb5524 commit 5885779
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/resources/templates/admin/message.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@
${data.message}
</div>
</#if>
</#if>
</#if>
<script>
window.setTimeout(function(){
$('[data-dismiss="alert"]').alert('close');
},3000);
</script>

0 comments on commit 5885779

Please sign in to comment.