projects
/
WP-Themes
/
RecycleEmmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b32c88c
)
Slight script change to properly affect off-canvas top-level hrefs
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 5 Feb 2015 20:20:24 +0000
(15:20 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 5 Feb 2015 20:20:24 +0000
(15:20 -0500)
footer.php
patch
|
blob
|
history
diff --git
a/footer.php
b/footer.php
index
1a09251
..
e0d65e4
100755
(executable)
--- a/
footer.php
+++ b/
footer.php
@@
-57,7
+57,7
@@
<script>
jQuery(document).ready(function(){
jQuery(".top-bar > section > ul > li > a").attr('href','#');
- jQuery(".left-off-canvas-menu > ul > li > a:first-child").attr('href','#');
+ jQuery(".left-off-canvas-menu > ul
.off-canvas-list > div > ul
> li > a:first-child").attr('href','#');
});
</script>