diff options
author | Justin Nuß <justin.nuss@hmmh.de> | 2014-07-25 15:47:42 +0200 |
---|---|---|
committer | Justin Nuß <justin.nuss@hmmh.de> | 2014-07-25 15:47:42 +0200 |
commit | f0da8a68c2c409572902275888fec26689c2b0dd (patch) | |
tree | c21d71a7c7c4794d9f3109502f529e3d8be47fe0 /public | |
parent | 12fb42de5a5b07ed8dffe91d9536615bbadeedea (diff) | |
download | gitea-f0da8a68c2c409572902275888fec26689c2b0dd.tar.gz gitea-f0da8a68c2c409572902275888fec26689c2b0dd.zip |
Remove debug comment.
Diffstat (limited to 'public')
-rw-r--r-- | public/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/app.js b/public/js/app.js index b0dff0efc8..d7208119b3 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -568,7 +568,7 @@ function initIssue() { }; var out = function() { - //$hoverElement.hide(); + $hoverElement.hide(); }; $(".issue-main .attachments .attachment").hover(over, out); |