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
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
Lunny Xiao <xiaolunwen@gmail.com>
2014-03-23 17:41:14 +0800
committer
Lunny Xiao <xiaolunwen@gmail.com>
2014-03-23 17:41:14 +0800
commit
ace20602b554b2d385535dc456395337a5ae5547
(
patch
)
tree
cf0d2f50cd5d9ff30a605bccdf5e1d9fdb7770b1
/
public/js
parent
0119675480505a6534ee0fc98c91e3bd2b8cdaaf
(
diff
)
parent
c9e830cefb3b19593e7de05c785efdd93a0982d6
(
diff
)
Merge branch 'master' of github.com:gogits/gogs
Diffstat
(limited to 'public/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 df755727..e0f92854 100644
--- a/
public/js/app.js
+++ b/
public/js/app.js
@@ -98,7 +98,7 @@ var Gogits = {
};
// fix dropdown inside click
Gogits.initDropDown = function(){
- $('.dropdown-menu').on('click','a,button,input,select',function(e){
+ $('.dropdown-menu.no-propagation').on('click',function(e){
e.stopPropagation();
});
};