Use DOM methods instead of jQuery in common example script

This commit is contained in:
Tim Schaub
2015-04-15 08:34:43 -06:00
parent 84f3bea766
commit c8adf22438
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
if (window.location.host === 'localhost:3000') {
return;
}
var container = $('.navbar .navbar-inner .container')[0],
var container = document.getElementById('navbar-inner-container'),
form = document.createElement('form'),
select = document.createElement('select'),
possibleModes = {