projects
/
WP-Themes
/
muerkitchens.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcfd7d9
)
Removed a console.log from pageSetup
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 10 Nov 2015 18:04:31 +0000
(13:04 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 10 Nov 2015 18:04:31 +0000
(13:04 -0500)
js/custom/pageSetup.js
patch
|
blob
|
history
diff --git
a/js/custom/pageSetup.js
b/js/custom/pageSetup.js
index
f31d813
..
cf9e54a
100644
(file)
--- a/
js/custom/pageSetup.js
+++ b/
js/custom/pageSetup.js
@@
-5,7
+5,7
@@
$(document).ready(function () {
$(this).before('<a class="toggle" href="#"></a>');
});
$('a.toggle').click('click', function () {
- console.log('clicked me!');
+
//
console.log('clicked me!');
$(this).toggleClass('open');
$(this).siblings('ul').toggleClass('open');
});