Skip to content

Commit

Permalink
Cette partie aurait du être commité séparément.
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Jul 14, 2011
1 parent 997c6e9 commit 02192ee
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions postgresql/stylesheets/pg-chunk-common.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,6 @@
</div>
</form>
</div>
<div id="pgSideNav">
<div>
<script>
function jump_to_english() {
var fr_url = location.href;
var fr_pattern = "http://docs.postgresql(.fr|fr.org)/([7-9].[0-4])";
var en_pattern = "http://www.postgresql.org/docs/$2/static";
var reg=new RegExp(fr_pattern, "");
window.location = fr_url.replace(reg,en_pattern) ;
}
</script>
<a href="javascript:jump_to_english()">Version anglaise</a>
</div>
</div>
</div>

<div id="pgContentWrap">
Expand Down

0 comments on commit 02192ee

Please sign in to comment.