gregH commited on
Commit
57a2687
1 Parent(s): 5625e29

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -2
index.html CHANGED
@@ -40,12 +40,16 @@ Exploring Refusal Loss Landscapes </title>
40
  </script>
41
  <script>
42
  $( function() {
43
- $( "#accordion-defenses" ).accordion();
 
 
44
  } );
45
  </script>
46
  <script>
47
  $( function() {
48
- $( "#accordion-attacks" ).accordion();
 
 
49
  } );
50
  </script>
51
 
 
40
  </script>
41
  <script>
42
  $( function() {
43
+ $( "#accordion-defenses" ).accordion({
44
+ heightStyle: "content"
45
+ });
46
  } );
47
  </script>
48
  <script>
49
  $( function() {
50
+ $( "#accordion-attacks" ).accordion({
51
+ heightStyle: "content"
52
+ });
53
  } );
54
  </script>
55