Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
[FIXED JENKINS-13532] Don't modify whole DOM tree on tab switch.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Apr 24, 2012
1 parent ec20f3c commit bfc36fa
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -3,9 +3,9 @@
xmlns:i="jelly:fmt">

<st:include page="${it.url}" />

<script type="text/javascript">
Behaviour.apply(document);
Behaviour.applySubtree(document.getElementById('statistics'));
</script>

</j:jelly>

0 comments on commit bfc36fa

Please sign in to comment.