projects
/
WP-Themes
/
laurium.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73ce9d9
)
testing deactivation of top level dropdown menu items
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 31 May 2018 14:55:37 +0000
(10:55 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 31 May 2018 14:55:37 +0000
(10:55 -0400)
js/custom.js
patch
|
blob
|
history
diff --git
a/js/custom.js
b/js/custom.js
index
f6c0406
..
1b509a9
100644
(file)
--- a/
js/custom.js
+++ b/
js/custom.js
@@
-176,4
+176,7
@@
jQuery(document).ready(function($){
})
}
});
+ $('.menu').children('li').children("a").on("click", function(e){
+ e.preventDefault()
+ })
});
\ No newline at end of file