Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

securityonion-web-page: highlight current ELSA query #599

Closed
GoogleCodeExporter opened this issue Mar 24, 2015 · 3 comments
Closed

securityonion-web-page: highlight current ELSA query #599

GoogleCodeExporter opened this issue Mar 24, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

securityonion-web-page: highlight current ELSA query

Original issue reported on code.google.com by doug.bu...@gmail.com on 22 Sep 2014 at 12:28

@GoogleCodeExporter
Copy link
Author

<script type="text/javascript">
function turnBackBold (speclink) {
        var anchors = document.links
        for (i=0; i<anchors.length; i++) {
                anchors[i].style.fontWeight = '300';
        }
        speclink.style.fontWeight = '900';
}
</script>


then add this to each link:
onclick="turnBackBold (this);"

Original comment by doug.bu...@gmail.com on 30 Sep 2014 at 6:27

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Submitted for testing:
https://groups.google.com/d/topic/security-onion-testing/qJKFFFsO39c/discussion

Original comment by doug.bu...@gmail.com on 30 Sep 2014 at 10:58

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Published:
http://blog.securityonion.net/2014/10/new-securityonion-bro-scripts-and.html

Original comment by doug.bu...@gmail.com on 1 Oct 2014 at 5:59

  • Changed state: Verified
  • Added labels: ****
  • Removed labels: ****

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant