Add missing Javascript file.
- Legacy-Id: 4095
This commit is contained in:
parent
c7d9839b1c
commit
1bf9ec8542
static/js
5
static/js/doc-history.js
Normal file
5
static/js/doc-history.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
jQuery(function () {
|
||||
jQuery("table.history .snippet .showAll").click(function () {
|
||||
jQuery(this).parents(".snippet").hide().siblings(".full").show();
|
||||
});
|
||||
});
|
|
@ -1,5 +0,0 @@
|
|||
jQuery(function () {
|
||||
jQuery("table.history .snipped .showAll").click(function () {
|
||||
jQuery(this).parents("snipped").hide().siblings("full").show();
|
||||
});
|
||||
});
|
Loading…
Reference in a new issue