Fix end of lines.
[platal.git] / templates / backtrace.tpl
index a476ef8..68b561e 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2011 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -23,7 +23,7 @@
 <script type="text/javascript">
 {literal}
 // <![CDATA[
-$(document).ready(function() {
+$(function() {
   $(".backtrace").click(function() {
     $(this).children(".bt_details").toggle();
   });