Skip to content
Snippets Groups Projects
Commit e8d75f9f authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Declare the "favIconHeight". Fix other JSHint errors.

parent 5d9c16e4
No related branches found
No related tags found
No related merge requests found
(function() {
"use strict";
/**
* This is a hack to feign fixed headers/footers and dynamic body content
* size. On mobile, it helps keep the footer at the very bottom of the
......@@ -113,7 +115,7 @@
// the position specified in CSS.
$("section,#signIn").css("position", "");
favIconHeight = $("#favicon").outerHeight();
var favIconHeight = $("#favicon").outerHeight();
// Force the top of the main content area to be below the favicon area.
signInEl.css("top", favIconHeight + "px");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment