Feature: New Theme
New icon, theme, and fuzzy time. Add moment.js
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
$(function () {
|
||||
|
||||
// Search Functionality
|
||||
$('#term').watermark('Search').keypress(function (e) {
|
||||
$('#SearchQuery').watermark('Search').keypress(function (e) {
|
||||
if (e.keyCode == 13) {
|
||||
$(this).closest('form').submit();
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user