Skip to content

Instantly share code, notes, and snippets.

View hobbes3's full-sized avatar
๐Ÿ˜…

Satoshi Kawasaki hobbes3

๐Ÿ˜…
View GitHub Profile
@hobbes3
hobbes3 / datepicker.js
Last active August 29, 2015 14:01
format time datepicker oneshot
require([
'jquery',
'underscore',
'splunkjs/mvc',
// The ready! requirement makes sure the code below runs after Splunk initialize all the objects on the dashboards
// Without it the Javascript may try to act on a Splunk object that doesn't exist yet (like trying to hide a panel before the panel is created
'splunkjs/mvc/simplexml/ready!'
],
function(
$,