Commit 6326babd by Manzar Hussain

override js comment

parent a019f457
(function($) {
/*(function($) {
console.log("header");
// search button function start
......@@ -91,8 +91,8 @@
$(window).scroll(function(){
var windowTop = $(window).scrollTop();
var windowWidth = $(window).width();
/* var innerWidth = $('.fixedHeadercontainer').innerHeight();
innerWidth = innerWidth + 30; */
var innerWidth = $('.fixedHeadercontainer').innerHeight();
innerWidth = innerWidth + 30;
if (windowWidth > 767) {
if (stopPoint < windowTop) {
$sticky.css({ position: 'relative', top: '100%', 'margin-top':-(generalSidebarHeight+70)});
......@@ -199,4 +199,4 @@
})(jQuery);
\ No newline at end of file
})(jQuery);*/
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment