mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Error fix
This commit is contained in:
parent
732a651d6d
commit
6b8c92c6b3
@ -1021,6 +1021,7 @@ function toggle_full_value(id) {
|
|||||||
background: "black"
|
background: "black"
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Auto hides an element and shows it
|
* Auto hides an element and shows it
|
||||||
@ -1073,5 +1074,4 @@ var autoHideElement = function (element, hideTime) {
|
|||||||
|
|
||||||
// Start hide
|
// Start hide
|
||||||
startHideTimeout(hideTime);
|
startHideTimeout(hideTime);
|
||||||
>>>>>>> 8d69c50... Added a function to easily made a control which only appear on mouse move
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user