This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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( | |
$, |
NewerOlder