mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
6 lines
No EOL
117 B
JavaScript
6 lines
No EOL
117 B
JavaScript
logSearch = function (keyword) {
|
|
Searches.insert({
|
|
timestamp: new Date().getTime(),
|
|
keyword: keyword
|
|
})
|
|
} |