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:
67d7382
)
Stripping away all HREFs from top-level main nav
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 22 Jan 2015 18:25:24 +0000
(13:25 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 22 Jan 2015 18:25:24 +0000
(13:25 -0500)
footer.php
patch
|
blob
|
history
diff --git
a/footer.php
b/footer.php
index
42e3ab6
..
394b29d
100755
(executable)
--- a/
footer.php
+++ b/
footer.php
@@
-54,4
+54,10
@@
</body>
<?php wp_footer();?>
+ <script>
+ jQuery(document).ready(function(){
+ jQuery(".top-bar > section > ul > li > a").attr('href','#');
+ });
+
+ </script>
</html>
\ No newline at end of file