update for image styles
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 4 Dec 2014 21:58:50 +0000 (16:58 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 4 Dec 2014 21:58:50 +0000 (16:58 -0500)
js/pageSetup.js

index 4d8ce31..372a4e6 100644 (file)
@@ -8,4 +8,5 @@ $(document).ready(function () {
         $(this).toggleClass('open');
         $(this).siblings('ul').toggleClass('open');
     });
+    $(".wp-caption").removeAttr('style');
 });
\ No newline at end of file