@ogerly said:
So the tool is running.
following error, I've found.
the poll will be created.
when you save the text is not new reloaded.
Here are the screenshotsBildschirmfoto vom 2015-08-06 10:08:53.png
Bildschirmfoto vom 2015-08-06 10:08:53.png
Yes.. This is an error with nodeBB 0.7.2.
On @exodo, we have fixed it, just change the file public/js/poll/main.js with this code:
Really, the change is only in the line:
Poll.sockets.emit.load(data, function(err, poll) {And then, change the file templates/poll/notify.tpl with:
<script>Poll.load({pollid})</script>After that, It should work well 🙂