mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
Cleanup
This commit is contained in:
parent
8c21891901
commit
901fb8d32a
1 changed files with 1 additions and 3 deletions
|
@ -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}" %>')
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue