summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Tenenbaum <leonardomtenenbaum@gmail.com>2017-09-19 23:23:47 -0400
committerGitHub <noreply@github.com>2017-09-19 23:23:47 -0400
commita499a19220f216193cfb604e63590d48ccebacac (patch)
tree70d16de30aba1e1e7ef7ef4e6f67fbe2382deddf
parentc76dc2484ffb18a24ffd9dac51dce44b4e99ede3 (diff)
Added viewport
-rw-r--r--navbar.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/navbar.js b/navbar.js
index 153257d..b3c54bd 100644
--- a/navbar.js
+++ b/navbar.js
@@ -1,4 +1,5 @@
$(function()
{
$("#navbar").load("https://pommicket.github.io/Navbar.html");
+ $("head").append('<meta name="viewport" content="width=device-width, initial-scale=1.0">');
});