Fix poster display

This commit is contained in:
2019-01-27 16:47:41 +01:00
parent ba1deee754
commit 7da90d4ed1
2 changed files with 1 additions and 2 deletions

View File

@@ -248,7 +248,7 @@ function initPosts() {
formatted_time: '', formatted_time: '',
relative_time: 'Nouveau message' relative_time: 'Nouveau message'
}; };
getPost(asPoster).appendTo($Poster); getPost(asPoster).appendTo($Poster.show());
$('#submit').click(function(){ $('#submit').click(function(){
if($Poster.checkForm()) if($Poster.checkForm())

1
todo
View File

@@ -1,7 +1,6 @@
To Do List To Do List
---------- ----------
- Elevation chart - Elevation chart
- Radio button projects
- Table for images - Table for images
- Static maps in backend - Static maps in backend
- Device/Spot Class - Device/Spot Class