Error fix

This commit is contained in:
Alejandro Gallardo Escobar 2016-05-24 16:33:32 +02:00
parent 732a651d6d
commit 6b8c92c6b3
1 changed files with 1 additions and 1 deletions

View File

@ -1021,6 +1021,7 @@ function toggle_full_value(id) {
background: "black"
}
});
}
/**
* Auto hides an element and shows it
@ -1073,5 +1074,4 @@ var autoHideElement = function (element, hideTime) {
// Start hide
startHideTimeout(hideTime);
>>>>>>> 8d69c50... Added a function to easily made a control which only appear on mouse move
}