fix error in the inline js
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 19 Jun 2015 12:14:49 +0000 (08:14 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 19 Jun 2015 12:14:49 +0000 (08:14 -0400)
footer.php

index aaeb034..3e8660b 100644 (file)
@@ -36,6 +36,6 @@
         <?php $modal_link = do_shortcode('[ninja_forms_modal_form id=5 text_link="eNews Signup"]'); // Must stay above wp_footer() as it adds actions to it ?>
     </div>
   <?php wp_footer();?>
-    <script>$(document).foundation({   equalizer : {     // Specify if Equalizer should make elements equal height once they become stacked.     equalize_on_stack: true   } });</script>
+    <script>$(document).foundation({   equalizer : { equalize_on_stack: true   } });</script>
   </body>
 </html>