Poll view has been redesigned. Now polls are shown like cards. There is a link that allow sharing the poll.
5 lines
118 B
CoffeeScript
5 lines
118 B
CoffeeScript
App.ClipboardButton =
|
|
initialize: ->
|
|
clipboard = new ClipboardJS('.clipboard-btn');
|
|
console.log(clipboard);
|