Skip to content

Commit

Permalink
Correct URL to avoid a 404 of the loading spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj authored and blobaugh committed Feb 24, 2014
1 parent 2c96e18 commit 45e6b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/admin/network-admin-footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</div>

<div id="jetpack-configuration" style="display:none;">
<p><img width="16" src="<?php echo esc_url( plugins_url( '_inc/images/wpspin_light-2x.gif', __FILE__ ) ); ?>" alt="Loading ..." /></p>
<p><img width="16" src="<?php echo esc_url( plugins_url( 'jetpack/_inc/images/wpspin_light-2x.gif' ) ); ?>" alt="Loading ..." /></p>
</div>
</div>

0 comments on commit 45e6b03

Please sign in to comment.