projects
/
WP-Themes
/
gaylordmichigan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f61a67
)
Default category selection for member list is now changed to the first value instead...
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 2 Oct 2018 21:30:08 +0000
(17:30 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 2 Oct 2018 21:30:08 +0000
(17:30 -0400)
footer.php
patch
|
blob
|
history
diff --git
a/footer.php
b/footer.php
index
6b2214a
..
860152f
100644
(file)
--- a/
footer.php
+++ b/
footer.php
@@
-126,7
+126,7
@@
textSearch.val("");
});
textSearch.on('keydown', function() {
- categorySelect.val(
0
);
+ categorySelect.val(
$("#categorySelect option:first").val()
);
});
});
</script>