This commit is contained in:
cblanc 2015-05-09 16:43:02 +01:00 committed by simplefl
parent 8c21891901
commit 901fb8d32a

View file

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