diff --git a/gallery/static/js/lable.js b/gallery/static/js/lable.js index 4188422..b86161f 100644 --- a/gallery/static/js/lable.js +++ b/gallery/static/js/lable.js @@ -14,7 +14,7 @@ document.addEventListener('DOMContentLoaded', function() { setTimeout(function() { label.style.opacity = 1; - }.bind(this), 250); + }, 250); }); labels[i].addEventListener('mouseout', function() {