index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
public
/
js
/
app.js
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
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/js/app.js
parent
12fb42de5a5b07ed8dffe91d9536615bbadeedea
(
diff
)
Remove debug comment.
Diffstat
(limited to 'public/js/app.js')
-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 b0dff0ef..d7208119 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);