Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
STUDIO-31: Cindy's quick fix for IE throwing an error when the back l…
Browse files Browse the repository at this point in the history
…ink is clicked.
  • Loading branch information
michelled committed Dec 15, 2011
1 parent 9f49d91 commit 8de52d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-content/themes/fluid-studios/sidebar-non-index.php
Expand Up @@ -4,7 +4,7 @@
<?php include (TEMPLATEPATH . '/inc/sidebar-common.php' ); ?>

<div class="fls-back-link fl-push">
<a href="javascript: void();" onclick="javascript: window.history.back();" title="Go Back">Back</a>
<a href="javascript: void();" onclick="javascript: window.history.back();return false;" title="Go Back">Back</a>
</div>
</div>
</aside><!-- /#sidebar -->

0 comments on commit 8de52d4

Please sign in to comment.