Merge branch 'stable' into matej-archiv-nahledy
This commit is contained in:
commit
052198086d
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ function toggle_visibility(button){
|
||||||
// show comment form, when 'edit' or 'comment' button pressed
|
// show comment form, when 'edit' or 'comment' button pressed
|
||||||
function box_edit(button, action)
|
function box_edit(button, action)
|
||||||
{
|
{
|
||||||
var divbox = button.parentNode.parentNode.parentNode;
|
var divbox = button.parentNode.parentNode.parentNode.parentNode;
|
||||||
var id = divbox.id;
|
var id = divbox.id;
|
||||||
var divpointer = document.getElementById(divbox.id + '-pointer');
|
var divpointer = document.getElementById(divbox.id + '-pointer');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue