This website requires JavaScript.
Explore
Help
Sign in
hiro
/
Vulcan
Watch
1
Star
0
Fork
You've already forked Vulcan
0
mirror of
https://github.com/vale981/Vulcan
synced
2025-03-10 04:26:41 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6fde67fc2b
Vulcan
/
packages
/
telescope-search
/
lib
/
server
/
log_search.js
6 lines
109 B
JavaScript
Raw
Normal View
History
Unescape
Escape
added search logging
2013-11-22 14:20:47 +09:00
logSearch
=
function
(
keyword
)
{
Searches
.
insert
(
{
fixing search validation
2014-06-22 10:55:31 +09:00
timestamp
:
new
Date
(
)
,
added search logging
2013-11-22 14:20:47 +09:00
keyword
:
keyword
Solve trivial JS errors Using jshint and and fixmyjs I went through and removed 220 trivial Javascript errors – mostly missing semicolons, and some properties that weren’t written in dot notation. You can view the diff of jshint’s output here: https://gist.github.com/christianbundy/7b37c51bb6f7c8d739e7/revisions
2014-05-06 20:15:48 -07:00
}
)
;
}
;
Reference in a new issue
Copy permalink