0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-02-18 01:51:07 +00:00
This commit is contained in:
cblanc 2015-05-09 16:43:02 +01:00
parent 97162edfba
commit 5d8a693fed

View file

@ -19,10 +19,8 @@
<% end %>
<script type="text/javascript">
console.log("Loaded!")
var shout;
$(function () {
shout = ShoutboxController({
ShoutboxController({
context: $('<%= "#new_#{shoutmsg.domain}" %>')
});
});