Add missing Javascript file.

- Legacy-Id: 4095
This commit is contained in:
Ole Laursen 2012-03-15 17:59:11 +00:00
parent c7d9839b1c
commit 1bf9ec8542
2 changed files with 5 additions and 5 deletions

5
static/js/doc-history.js Normal file
View file

@ -0,0 +1,5 @@
jQuery(function () {
jQuery("table.history .snippet .showAll").click(function () {
jQuery(this).parents(".snippet").hide().siblings(".full").show();
});
});

View file

@ -1,5 +0,0 @@
jQuery(function () {
jQuery("table.history .snipped .showAll").click(function () {
jQuery(this).parents("snipped").hide().siblings("full").show();
});
});