Skip to content

Commit 1bf9ec8

Browse files
committed
Add missing Javascript file.
- Legacy-Id: 4095
1 parent c7d9839 commit 1bf9ec8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

static/js/doc-history.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
jQuery(function () {
2+
jQuery("table.history .snippet .showAll").click(function () {
3+
jQuery(this).parents(".snippet").hide().siblings(".full").show();
4+
});
5+
});

static/js/history.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)