From e042d18d244832f0c6fa3ce44c175346eb5bef6b Mon Sep 17 00:00:00 2001 From: robiscool Date: Fri, 22 Jul 2011 11:43:29 -0700 Subject: snort-dev, jQuery update call backs, update rule db tab --- config/snort-dev/javascript/snort_globalsend.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/snort-dev/javascript') diff --git a/config/snort-dev/javascript/snort_globalsend.js b/config/snort-dev/javascript/snort_globalsend.js index a613dd46..07416a74 100644 --- a/config/snort-dev/javascript/snort_globalsend.js +++ b/config/snort-dev/javascript/snort_globalsend.js @@ -143,7 +143,7 @@ jQuery(document).ready(function() { this.css("top", 70 + "px"); this.css("left", ((jQuery(window).width() - this.outerWidth()) / 2) + jQuery(window).scrollLeft() + "px"); return this; - } + }; //--------------------------- START select all code --------------------------- @@ -372,8 +372,8 @@ jQuery(document).ready(function() { // Clean up Waiting code finnish(); - if (data.snortUnhideTabs === 'true'){ - jQuery('.hide_newtabmenu').show(); + if (data.snortMiscTabCall === 'true'){ + jQuery.fn.miscTabCall(); // call tab misc functions } if (data.snortreset) {location.reload();} // hard refresh -- cgit v1.2.3